22 lines
459 B
HTML
22 lines
459 B
HTML
<!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> |