-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (88 loc) · 2.56 KB
/
Copy pathindex.html
File metadata and controls
93 lines (88 loc) · 2.56 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en-GB" dir="ltr" id="html">
<head>
<title>them soviet bois</title>
<meta
name="google-site-verification"
content="Z2fqXXNCI7JwkPqZWGgY0ehFr_bWoS5cs5frw_wAIh4"
/>
<meta name="title" content="Them Soviet Bois' personal site and blog" />
<meta name="description" content="latest post: N/A" />
<link rel="shortcut icon" href="resource/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5685256783041550"
crossorigin="anonymous"></script>
</head>
<style>
body {
background-color: black;
color: white;
font-family: Verdana, sans-serif;
}
section#main {
display: flex;
}
.box {
padding: 0.5%;
background-color: grey;
margin: 20px;
height: 150px;
width: 300px;
border: white, 2px;
border-radius: 3px;
margin: 10px;
}
a{
color:white;
}
</style>
<body>
<header>
<h1>Welcome to Them Soviet Bois' personal site and blog!</h1>
</header>
<main>
<h2>latest post: N/A</h2>
<p>My name is Elyas, I am a programmer, iOS jailbreaker and gamer, I am 15 years of age.
<h4>Socials:</h4>
<center>
<section id="main">
<article class="box">
<h3>Tech Channel</h3>
<hr />
<p>
well, its a tech channel,<br />
I post tech tutorials<br /><a
href="https://www.youtube.com/channel/UCUffTrMbcnYWOZLlpoV2XBQ"
>visit</a
>
</p>
</article>
<article class="box">
<h3>Gaming Channel</h3>
<hr />
<p>
I gaem,<br />
channel is practically dead<br /><a
href="https://www.youtube.com/channel/UCw7onxGVunEI2XHnpLEY2aQ"
>visit</a
>
</p></article>
<article class="box">
<h3>Reddit</h3>
<hr />
<p>
I post about,<br />
tech, politics and old tech<br /><a
href="https://reddit.com/u/elyas-_-28"
>visit</a
>
</p></article>
</section>
</center>
</main>
</body>
</html>