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">
|
|
|
|
</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>
|