Files
buttnerdz/code/page2.html
Fergal Moran 52e6ee8695 Initial commit
2020-11-16 20:15:30 +00:00

27 lines
281 B
HTML

<html>
<head>
<style>
body {
background: #998864;
}
h1 {
color: #D4CBB2;
}
</style>
</head>
<body>
<h1>
This is my super cool page2!!!
</h1>
<hr />
<img src="giphy.gif">
</body>
</html>