Adding tilde.town ring.
parent
dd4e70789e
commit
a28e2365f9
27
index.html
27
index.html
|
@ -57,7 +57,18 @@
|
||||||
main {
|
main {
|
||||||
max-width: 80ch;
|
max-width: 80ch;
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
|
flex-grow: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer > p#license {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -86,9 +97,23 @@
|
||||||
<h3> Other People's Things </h3>
|
<h3> Other People's Things </h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href='https://xkcd.com/1732/'>This comic</a> from XKCD. (Also <a href='https://xkcd.com/926/'>this one</a>)</li>
|
<li>XKCD <a href='http://geekwagon.net/projects/xkcd1190/' target='_blank'>Time</a> (and its <a href='https://explainxkcd.com/wiki/index.php/1190:_Time' target='_blank'>wiki page</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div id="tilde_ring">
|
||||||
|
<p> <a id="tilde_town_ring" class="tilde_ring_link" href="">random ~user</a>
|
||||||
|
| <a href="https://tilde.town/~um/tilde_ring/join.html">join ~ring</a>
|
||||||
|
| <a id="tilde_town_ring_next" class="tilde_ring_link" href="">next ~user</a> </p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var ringjs = document.createElement('script')
|
||||||
|
ringjs.src = document.location.protocol + '//tilde.town/~um/tilde_ring/tilde_ring.js'
|
||||||
|
document.getElementById('tilde_ring').appendChild(ringjs)
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<p id='license'> Unless otherwise noted, my work is licensed <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
|
||||||
|
</footer>
|
||||||
</div> <!-- terminal -->
|
</div> <!-- terminal -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue