Mercurial > web
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 | 
| rev | line source | 
|---|---|
| 6 | 1 <!DOCTYPE html> | 
| 2 <head> | |
| 3 <style> | |
| 4 body { | |
| 5 background-image: url("capsule.jpg"); | |
| 6 } | |
| 7 </style> | |
| 10 | 8 <link rel="stylesheet" href="style.css"> | 
| 6 | 9 </head> | 
| 10 <body> | |
| 11 <h1>cool shit</h1> | |
| 12 <p><a href="tomoko.html">it is a mystery</a></p> | |
| 13 <p>more cool shit to come</p> | |
| 14 </body> | 
