2018-12-05 23:10:18 -05:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< title > Useful UWaterloo Links< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< link rel = "stylesheet" href = "assets/style.css" >
2018-12-08 20:42:11 -05:00
< link rel = "apple-touch-icon" sizes = "180x180" href = "/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/favicon-16x16.png" >
< link rel = "manifest" href = "/site.webmanifest" >
< link rel = "mask-icon" href = "/safari-pinned-tab.svg" color = "#5bbad5" >
< meta name = "msapplication-TileColor" content = "#2b5797" >
< meta name = "theme-color" content = "#ffffff" >
< meta property = "og:image:width" content = "256" >
< meta property = "og:image:height" content = "256" >
< meta property = "og:description" content = "A gateway to resources related to the University of Waterloo, made by Waterloo students for Waterloo students." >
< meta property = "og:title" content = "Useful UWaterloo Links" >
< meta property = "og:image" content = "https://uwat.cf/og-image.png" >
< meta property = "og:url" content = "https://uwat.cf/" >
2018-12-05 23:10:18 -05:00
< / head >
< body >
< div id = "container" >
< h1 > Useful UWaterloo Links< / h1 >
< p > < em > All < a href = "/link" > /link< / a > s can be accessed as < a href = "https://uwat.cf/link" > uwat.cf/link< / a > .< / em > < / p >
2018-12-07 19:02:27 -05:00
{listing}
2018-12-05 23:10:18 -05:00
< h2 id = "about" > About< / h2 >
< p > Want to add more links? Send us a pull request on < a href = "https://github.com/quantum5/uwat.cf" > GitHub< / a > !< / p >
< p class = "small" > Source code licensed under
< a href = "https://github.com/quantum5/uwat.cf/blob/master/LICENSE" > the MIT license< / a > .< / p >
< / div >
< / body >
< / html >