mirror of
https://github.com/quantum5/uwat.cc.git
synced 2025-04-24 11:01:56 -04:00
Describe how uwat.cc saves clicks (#7)
This commit is contained in:
parent
fb7fbd66bf
commit
73aa6adfff
|
@ -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;
|
||||||
|
|
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue