NightlyMania-site/index.html

15 lines
393 B
HTML
Raw Normal View History

2022-05-24 15:03:26 +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">
<title>Hello world!</title>
<link rel="stylesheet" href="static/nightlycss.css">
</head>
<body>
<div id="content">
2022-10-28 18:36:36 +02:00
<h1>Welcome to my website!</h1>
</div>
2022-05-24 15:03:26 +02:00
</body>
</html>