mirror of
https://github.com/quantum5/uwat.cc.git
synced 2025-08-13 03:49:34 -04:00
48 lines
2.4 KiB
HTML
48 lines
2.4 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.cc/og-image.png">
|
|
<meta property="og:url" content="https://uwat.cc/">
|
|
</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.cc/link">uwat.cc/link</a>.</em></p>
|
|
<p>We want to reduce the amount of work you have to do: whenever possible, we cut the intermediate pages.</p>
|
|
<p>For example, <a href="https://uwat.cc/quest">uwat.cc/quest</a> goes to the login page directly,
|
|
instead of a page that links to the actual login page.</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.cc">GitHub</a>!</p>
|
|
<p>Source code licensed under <a href="https://github.com/quantum5/uwat.cc/blob/master/LICENSE">the MIT license</a>.</p>
|
|
|
|
<h3 id="support">Support Us</h3>
|
|
<p>Unfortunately, hosting this website isn't free. If you would like to help me offset the costs, feel free to send some money my way on:</p>
|
|
<ul>
|
|
<li><a href="https://github.com/sponsors/quantum5">GitHub Sponsors</a></li>
|
|
<li><a href="https://ko-fi.com/quantum5">Ko-fi</a></li>
|
|
<li><a href="https://paypal.me/quantum2048">PayPal</a></li>
|
|
<li>Interac e-Transfer to: <a href="mailto:pay@guanzhong.ca">pay@guanzhong.ca</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|