This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.56 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
<!--reused from robloxgang.noscope.xyz -->
<html>
<head>
<title>nitroski.pw</title>
<link rel="icon" type="image/ico" href="favicon.ico" sizes="184x184">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<script src="js/anime.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.2.0/anime.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="loading">
<div id="wrapper">
<audio autoplay="1" loop="1" id="player" onloadstart="this.volume=0.3">
<source id="song" src="https://b.catgirlsare.sexy/OcXG.mp3" type="audio/mp3">
</audio>
<div id="overlay"></div>
<div id="main">
<header id="header">
<ul>
</ul>
<h1>nitroski</h1></a>
<nav>
<ul>
<li><a href=http://steamcommunity.com/id/cardholder target=_blank><i class="fa fa-steam" style="font-size:24px"></i></li></a>
<li><a href=http://github.com/nitroski target=_blank><i class="fa fa-github" style="font-size:24px"></i></li></a>
<li><a href=https://www.youtube.com/channel/UC_Lof8NB2XYGlibR4b4xsOg?view_as=subscriber target=_blank><i class="fa fa-youtube-play" style="font-size:24px"></i></li></a>
</ul>
</nav>
</header>
</div>
</div>
</body>
</html>