Structure and Index-site created

This commit is contained in:
eichehome 2022-01-13 22:19:38 +01:00
parent 2dcc9aa426
commit 4cd0b5b062
5 changed files with 238 additions and 0 deletions

19
index.html Normal file
View file

@ -0,0 +1,19 @@
<!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>