12 lines
266 B
HTML
12 lines
266 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<h1>hi thisis fun</h1>
|
|
<p>hi so thisi is a filler for fucher things!!!!!</p>
|
|
<a href="miena.html">bake</a>
|
|
<a href="index.html">next</a>
|
|
|
|
|
|
</head>
|
|
|
|
</html> |