-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.57 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=Source+Serif+Pro&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Hi, it's the naughty little gays and this one's just a random hello world page for testing. Also, enjoy some chocolate here: 🍫">
<meta name="keywords" content="Hello world, nekonyan, UwU">
<meta name="author" content="Swan, David Nyan, Amara">
<link href="styles.css" rel="stylesheet" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Hi, it's the naughty little gays and this one's just a random hello world page for testing. Also, enjoy some chocolate here: 🍫","headline":"hello-world","name":"hello-world","url":"http://naughtylittlegays.nekonyan.fun/hello-world"}
</script>
<title>Hello world</title>
</head>
<body>
<div class="flex-container">
<a href="https://youtu.be/dQw4w9WgXcQ?si=uxtBwxInrRQ2IpMu"><div class="flex-child">Hello world</div></a>
<p class="flex-child">Hello</p>
</div>
<img
src="https://cdn.vox-cdn.com/thumbor/DMXD2zLif49j6IP2i3Avda2Cyl0=/1400x1400/filters:format(jpeg)/cdn.vox-cdn.com/uploads/chorus_asset/file/22312759/rickroll_4k.jpg"
/>
<!--if it works, it worked.-->
<p>Hello World</p>
</body>
</html>