2021-06-24 23:55:00 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2021-06-25 01:33:18 +02:00
|
|
|
<link rel="stylesheet" href="/style.css">
|
2021-06-25 00:42:46 +02:00
|
|
|
<title>Document</title>
|
2021-06-24 23:55:00 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-06-25 01:44:56 +02:00
|
|
|
<include header.html/>
|
2021-06-25 13:47:45 +02:00
|
|
|
<main>
|
|
|
|
<p>fractals go here woo</p>
|
|
|
|
</main>
|
2021-06-25 01:44:56 +02:00
|
|
|
<include footer.html/>
|
2021-06-24 23:55:00 +02:00
|
|
|
</body>
|
|
|
|
</html>
|