Main HTML Templates

This commit is contained in:
2025-09-23 00:49:17 +02:00
parent 36f9f62a0e
commit cfe48023e6
9 changed files with 572 additions and 0 deletions

37
templates/ls7.html Normal file
View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="../global/theme.css">
<script rel="text/javascript" src="../global/global.js"></script>
<link rel="stylesheet" href="../global/style.css">
<title>LS7 Computer</title>
</head>
<body>
<nav id="navbar"></nav>
<main>
<div class="content">
<h2 class="titlebar">LS7 Computer</h2>
<h1>SHIT NOTHING HERE YET</h1>
<h2>Im lazy as fuckk</h2>
<!--div class="linespan">
<a href="../dhge/" class="linebutton">🏫 School Stuff</a>
<a href="../services/" class="linebutton">🌐 Services</a>
</div-->
</div>
<div id="footnote"><var id="toplevel" data-="../">Please enable Javascript on this page as it's required to generate the footer and navigation bar.<br>For fear of non-free Javascript: The JS is licensed under GPL v.3</var></div>
</main>
<footer id="footer"></footer>
<!-- Some variables and script-call for global site elements -->
<var id="selected-nav" data-="Projects"></var>
</body>
</html>