24 lines
590 B
HTML
24 lines
590 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>something silly - internets</title>
|
||
|
<link rel="stylesheet" href="/style.css">
|
||
|
<link rel="icon" type="image/x-icon" href="/cretin.png">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<main>
|
||
|
<h1 id="internets">internets</h1>
|
||
|
<p>
|
||
|
cool pages by other people<br>
|
||
|
- <a href="https://todepond.com">todepond</a><br>
|
||
|
- <a href="https://100r.co/site/home.html">Hundred Rabbits</a><br>
|
||
|
- <a href="https://wiki.xxiivv.com/site/research.html">XXIIVV</a><br>
|
||
|
|
||
|
</main>
|
||
|
</body>
|
||
|
|
||
|
</html>
|