mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-02-23 05:03:59 +01:00
16 lines
366 B
HTML
16 lines
366 B
HTML
|
<!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">
|
||
|
<title>page 1</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h>My awesome header</h>
|
||
|
<p>todo: add links</p>
|
||
|
<p>amazing content</p>
|
||
|
<p>amazing footer</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|