view cool.html @ 12:4c1179ecb214

add favicon and description
author Paper <mrpapersonic@gmail.com>
date Mon, 31 May 2021 11:13:15 -0400
parents 787fa7e08fbd
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>