Buchhaltung/index.html

19 lines
420 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<title>Startseite</title>
</head>
<body>
<button class="new" value="neu">neu</button>
<div class="container">
</div>
<script src="js/main.js"></script>
</body>
</html>