-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.06 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
<html>
<head>
<title>Frajda Games</title>
<style>
body {
text-align: center;
position: relative;
top: 25%;
}
p {
font-family: Lato;
}
.icon {
color: black;
margin-right: 0.5%;
margin-left: 0.5%;
}
</style>
<script src="https://use.fontawesome.com/5bbc2ae747.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<p>Frajda Games</p>
<span>
<!-- <a href="https://github.com/filipkonieczny" class="icon">
<i class="fa fa-steam-square fa-5x" aria-hidden="true"></i>
</a> -->
<a href="https://twitter.com/FrajdaGames" target="_blank" rel="noopener noreferrer" class="icon">
<i class="fa fa-twitter-square fa-5x" aria-hidden="true"></i>
</a>
<a href="https://www.youtube.com/@FrajdaGames" target="_blank" rel="noopener noreferrer" class="icon">
<i class="fa fa-youtube-square fa-5x" aria-hidden="true"></i>
</a>
</span>
</body>
</html>