annotate cool.html @ 10:787fa7e08fbd

actually make the site good
author Paper <mrpapersonic@gmail.com>
date Mon, 31 May 2021 10:49:11 -0400
parents ac2f9715807c
children e7ca289b45ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
1 <!DOCTYPE html>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
2 <head>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
3 <style>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
4 body {
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
5 background-image: url("capsule.jpg");
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
6 }
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
7 </style>
10
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents: 6
diff changeset
8 <link rel="stylesheet" href="style.css">
6
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
9 </head>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
10 <body>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
11 <h1>cool shit</h1>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
12 <p><a href="tomoko.html">it is a mystery</a></p>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
13 <p>more cool shit to come</p>
ac2f9715807c first version
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
14 </body>