-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1017 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>www.1cubealot.uk</title>
<link rel="icon" type="image/png" href="/images/favicon.png"/>
<link rel="stylesheet" href="/default-styles.css">
<link href='https://fonts.googleapis.com/css?family=JetBrains Mono' rel='stylesheet'>
</head>
<body>
<div class="wrapper">
<div class="links_div">
<h2>Links</h2>
<a href="https://github.com/1Codealot/" target="_blank">My github.</a>
<br>
<br>
<a href="/my-software/">Page about my software.</a>
<br><br>
<a href="/mkds/">MKDS Stuff</a>
</div>
<div class="main">
<h1>About me</h1>
<p>Hi! I'm 1cubealot</p>
<p>I do coding and stuff</p>
<p>My favourite languages are Python and C++</p>
<p>Linux lover.</p>
<p>And I do not do web dev.</p>
<p>I also like speedcubing. Hence the name.</p>
</div>
</div>
</body>
</html>