abtmtr-v4/views/projects/index.html

37 lines
1 KiB
HTML
Raw Permalink Normal View History

2023-11-23 08:53:28 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2023-12-01 04:48:59 +00:00
<title>Projects - abtmtr.link</title>
2023-11-23 08:53:28 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/styles/normal.css" />
<link rel="stylesheet" href="/styles/windows.css" />
<link rel="stylesheet" href="/styles/style.css" />
2024-01-23 21:04:38 +00:00
<style></style>
2023-11-23 08:53:28 +00:00
</head>
<body>
<$ loader.html $>
2023-11-27 00:58:46 +00:00
<header>
<section>
<h1>Projects</h1>
2024-02-12 19:46:21 +00:00
<p>Various projects.</p>
2023-11-27 00:58:46 +00:00
</section>
<$ nav.html $>
<section id="accessibility" hidden></section>
</header>
<section id="data_get">
<h1>Getting projects...</h1>
2023-11-23 08:53:28 +00:00
</section>
<div id="WindowHolder"></div>
<section id="accessibility" hidden></section>
2023-11-23 08:53:28 +00:00
<script src="/scripts/windows.js"></script>
<script src="/scripts/accessibility.js"></script>
<script src="./scripts/data_get_projects.js"></script>
<script>
window.manager = new WindowManager(
document.getElementById("WindowHolder")
);
</script>
2023-11-23 08:53:28 +00:00
</body>
</html>