initial commit

This commit is contained in:
2023-11-07 23:24:46 +01:00
commit 3b6dff9045
4 changed files with 63 additions and 0 deletions

13
home.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>DAIALECT</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="blob-animation.js"></script>
</head>
<body>
<div class="main-title">
<h1>DAIA<br>LECT</h1>
</div>
</body>
</html>