crispypin.cc_old/pages/fractals/index.html

18 lines
468 B
HTML
Raw Normal View History

<!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 14:47:20 +02:00
<title>CrispyPin.cc - Fractals</title>
</head>
<body>
<include header.html/>
2021-06-25 13:47:45 +02:00
<main>
2021-06-25 14:47:20 +02:00
<h1>Fractals</h1>
<p>this is real content i promise</p>
2021-06-25 13:47:45 +02:00
</main>
<include footer.html/>
</body>
</html>