-
Notifications
You must be signed in to change notification settings - Fork 141
/
index.html
35 lines (32 loc) · 1.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Railin'</title>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bg.css">
<script src="https://kit.fontawesome.com/11fe60c87a.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/imgs/Logo.png" sizes="1024x1024" />
<meta property="og:title" content="Tagics"/>
<meta property="og:description" content=""/>
<meta property="og:image" content="https://railingames.github.io/imgs/banner.png"/>
<script src="/js/home.js"></script>
<meta name="twitter:card" content="summary_large_image">
<script src="/js/main.js"></script>
</head>
<body onload="pageLoad()">
<div id="particles-js"></div>
<script src="/js/bg.js"></script>
<script>particlesJS.load('particles-js', '/json/particles.json', function() { console.log('callback - particles.js config loaded'); });</script>
<nav class="bar">
<a class="iconnnn" href="https://youtu.be/xvFZjo5PgG0"><img src="imgs/Logo.png"></a>
<ul>
<li><a href="/"><i class="fa-solid fa-house"></i><span >Home</span></a></li>
<li><a href="/profile.html"><i class="fa-solid fa-gamepad"></i><span on>Games</span></a></li>
<li><a href="/settings.html"><i class="fa-solid fa-gear"></i><span>Settings</span></a></li>
</ul>
</nav>
</body>
</html>