PageUp/public/index.html

22 lines
459 B
HTML
Raw Normal View History

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