-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (39 loc) · 1.35 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
<!--Charlies hemsida -->
<!DOCTYPE html>
<html lang="sv">
<head>
<head>
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="description" content="Charlie Ringström's professional website">
<meta name="author" content="Charlie Ringström">
<title>First website</title>
</head>
</head>
<body>
<header>
<h1>Välkommen till Charlies och Prathcyas portal</h1>
</header>'
<nav>
<ul>
<li><a href="/subdir/lolrandom.html">Gammal hemsida</a></li>
<li><a href="/subdir/secret-site.html">Tryck inte här</a></li>
<li><a href="/georgij">Georgij counter</a></li>
</ul>
</nav>
<form>
<input type="search" name="q" placeholder="Search query">
<input type="submit" value="Go!">
</form>
</nav>
<main>
<p>This is <strong>stronk</strong> but this is <em>weak</em></p>
<input type="color">
<hr>
<p><s>Denna hemsidan är proudly hosted by microsoft azureflare tack vare Pratchaya</s></p>
<p>ALL YOUR FILES HAVE BEEN ENCRYPTED SEND MONERO TO THIS WALLET FOR DEKRYPT KEJ</p>
</main>
</body>
</html>