-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (17 loc) · 779 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (17 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="pOt2qLjPtXxC4rv66AGU4eHOcDc_Fz1pP2QyrolilG8" />
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="assets/hejo_favicon.ico">
<title>hejo</title>
</head>
<body>
<h1 href="" class="typewrite" data-period="2000" data-type='[ "hejo", "wie geht's?", "hier wird gebaut", "komm' später wieder", "vielleicht morgen?", "tschö!", "", "immer noch da?", "das dauert noch", "ehrlich.", ""]'>
<span class="wrap"></span>
</h1>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>