-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (40 loc) · 1.22 KB
/
index.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
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Leyla</title>
<meta name="description" content="Leyla">
<meta name="author" content="Hasan">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#7d46eb">
<meta name="msapplication-TileColor" content="#7d46eb">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<style>
body {
font-family: Helvetica;
color: white;
background-color: #7d46eb;
padding: 1em 2em;
}
</style>
<h1>Whats up my dudes? My duderinos?</h1>
<h2>I...</h2>
<h2>like...</h2>
<h2>these...</h2>
<h3>things and I cannot lie...</h3>
<ul>
<li>Roblox</li>
<li>Messy buns</li>
<li>Tiktok</li>
<li>Sushi</li>
<li>My friends</li>
</ul>
</br>
<iframe src="https://giphy.com/embed/12kUmcu84SN5U4" width="480" height="370" frameBorder="0" class="giphy-embed" style="border: 8px solid #FFFFFF;" allowFullScreen></iframe>
</body>
</html>