2024-05-29 22:23:51 +02:00

40 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="description" content="Financial Accounting Tool Project" />
<meta
name="author"
content="Maximilian Ruhm, Tarek Dafay, Christoph van Deest"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Financial Accounting Tool</title>
<link rel="icon" href="assets/favicon.ico" />
<link rel="stylesheet" href="style/index.css" />
<link rel="stylesheet" href="style/accordion.css" />
<script type="module" src="index.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this Website.</noscript>
<div id="root">
<div class="header">
<span class="title" onclick="window.location.href='./index.html'"
>Buchhaltung</span
><span class="nav" onclick="window.location.href='html/overview.html'"
>Gesamtübersicht</span
>
</div>
<div class="content-wrap">
<div class="link-container">
<a href="./html/account.html">Konto hinzufügen</a>
</div>
<div id="accordion-container"></div>
</div>
<div class="footer">
Entwicklung des Frontends - Maximilian Ruhm, Tarek Dafay, Christoph van
Deest
</div>
</div>
</body>
</html>