view 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
line wrap: on
line source

<!DOCTYPE html>
<head>
	<style>
		body {
			background-image: url("capsule.jpg");
		}
	</style>
	<link rel="stylesheet" href="style.css">
</head>
<body>
	<h1>cool shit</h1>
	<p><a href="tomoko.html">it is a mystery</a></p>
	<p>more cool shit to come</p>
</body>