-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
46 lines (39 loc) · 1.42 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="home.css">
<title>hilke</title>
</head>
<body>
<div class="title">
hilke
</div>
<div class="container">
music on 04.06.2021
</div>
<div class="mailchimp">
<div id="mc_embed_signup">
<form action="https://hilk.us3.list-manage.com/subscribe/post?u=c23a5515c6a9036f811db9d8b&id=53853ea4b0"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank"
novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"
placeholder="type your email">
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_c23a5515c6a9036f811db9d8b_53853ea4b0" tabindex="-1" value=""></div>
<input type="submit" value="subscribe to my newsletter" name="subscribe" id="mc-embedded-subscribe"
class="button">
</div>
</div>
</form>
</div>
</div>
</html>