36 lines
924 B
HTML
36 lines
924 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<title>DAIALECT</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script type="text/javascript" src="resources/jquery-3.7.1.min.js"></script>
|
|
<script type="text/javascript" src="blob-animation.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div class="start">
|
|
<div class="main-title">
|
|
<h1>DAIA<br>LECT</h1>
|
|
</div>
|
|
<div id="blobs">
|
|
<div id="blue" class="blob"></div>
|
|
<div id="red" class="blob"></div>
|
|
<div id="green" class="blob"></div>
|
|
</div>
|
|
</div>
|
|
<div id="eins">
|
|
<div class="text-rechts">
|
|
<h2>DIE ERSTE</h2>
|
|
<h2>DIALEKT -</h2>
|
|
<h2>ERKENNUNG</h2>
|
|
<h2>DER WELT</h2>
|
|
<p>*die in Grötzingen entwickelt wurde</p>
|
|
</div>
|
|
</div>
|
|
<div id="zwei">
|
|
<div class = "text-mittig">
|
|
<h2> MIT HILFE VON <br> KI ALLE <br> <small> MENSCHEN VERSTEHEN </small></h2>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |