modularize
This commit is contained in:
55
webroot/index.html
Normal file
55
webroot/index.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dateisystem-Offset-Rechner</title>
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<link rel="stylesheet" href="css/components.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="header">
|
||||
<div class="header-content">
|
||||
<div class="logo">Dateisystem-Offset-Rechner</div>
|
||||
<nav class="nav">
|
||||
<a href="#home">Start</a>
|
||||
<a href="mailto:mstoeck3@hs-mittweida.de">Kontakt</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="main-content">
|
||||
<div class="container">
|
||||
<h1>Dateisystem-Offset-Rechner</h1>
|
||||
|
||||
<!-- Dynamic tabs will be inserted here -->
|
||||
<div id="filesystem-tabs" class="tabs"></div>
|
||||
|
||||
<!-- Dynamic tab content will be inserted here -->
|
||||
<div id="filesystem-content"></div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<h3>Über</h3>
|
||||
<p>Dateisystem Offset-Rechner für Bildung und Forensik.</p>
|
||||
<p>Version 0.4.0</p>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Support</h3>
|
||||
<a href="mailto:mstoeck3@hs-mittweida.de">Kontakt</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Dateisystem Offset-Rechner. Public Domain unter BSD-3-Clause.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="module" src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user