uwat.cc/src/index.html
2018-12-08 20:44:14 -05:00

37 lines
1.7 KiB
HTML

<!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">
<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/">
</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>
{listing}
<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>