Describe how uwat.cc saves clicks (#7)

This commit is contained in:
Guanzhong Chen 2019-11-07 17:34:10 -05:00 committed by GitHub
parent fb7fbd66bf
commit 73aa6adfff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -218,7 +218,7 @@ body {
} }
#container { #container {
max-width: 576px; max-width: 450px;
width: -webkit-fill-available; width: -webkit-fill-available;
width: -webkit-fit-content; width: -webkit-fit-content;
width: -moz-fit-content; width: -moz-fit-content;

View file

@ -24,6 +24,9 @@
<div id="container"> <div id="container">
<h1>Useful UWaterloo Links</h1> <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><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} {listing}