40 lines
1.1 KiB
HTML
Executable file
40 lines
1.1 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Projects - abtmtr.link</title>
|
|
<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" />
|
|
<style>
|
|
:root {
|
|
--base-color: 15, 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<$ loader.html $>
|
|
<header>
|
|
<section>
|
|
<h1>Projects</h1>
|
|
<p>Various projects I've made.</p>
|
|
</section>
|
|
<$ nav.html $>
|
|
<section id="accessibility" hidden></section>
|
|
</header>
|
|
<section id="data_get">
|
|
<h1>Getting projects...</h1>
|
|
</section>
|
|
<div id="WindowHolder"></div>
|
|
<section id="accessibility" hidden></section>
|
|
<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>
|
|
</body>
|
|
</html>
|