making my way downtown~
This commit is contained in:
39
frontend/index.html
Normal file
39
frontend/index.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user