-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (27 loc) · 850 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
35
36
<head>
<title>itzAlex</title>
<link rel="stylesheet" type="text/css" href="animations.css">
<link rel="stylesheet" type="text/css" href="./css/all.css">
<link rel="stylesheet" type="text/css" href="buttons.css">
<link rel="icon" href="icon.png">
<!--Best script ever created-->
<script>
var loc = window.location.href+'';
if (loc.indexOf('http://')==0){
window.location.href = loc.replace('http://','https://');
}
</script>
</head>
<body>
<div class="social-btns">
<a class="btn contact" href="mailto:[email protected]">
<i class="fas fa-envelope"></i>
</a>
<a class="btn github" href="https://github.com/itzAlex">
<i class="fab fa-github"></i>
</a>
<a class="btn discord" href="https://discordapp.com/users/340437875810238465">
<i class="fab fa-discord"></i>
</a>
</div>
</body>