PageUp/public/index.html

22 lines
429 B
HTML
Raw Permalink Normal View History

2024-05-16 23:04:56 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2024-05-16 23:11:25 +00:00
<title id="head-title"></title>
2024-05-16 23:04:56 +00:00
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<main>
<div id="header" class="card">
2024-05-16 23:11:25 +00:00
<h1 id="body-title"></h1>
2024-05-16 23:04:56 +00:00
</div>
<div id="content">
</div>
<div id="footer">
</div>
</main>
<script src="/script.js"></script>
</body>
</html>