This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 2.07 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
42
43
44
45
46
47
48
49
50
51
52
<html prefix="og: http://ogp.me/ns#">
<head>
<!--META-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="qBite - Welcome everybody this is info about me!)" />
<meta name="keywords" content="qbite, site, simple, anime" />
<meta name="author" content="qBite">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="5 days">
<title>qBite - Official site</title>
<!--OPEN GRAPH-->
<meta property="og:type" content="website">
<meta property="og:title" content="qBite - Welcome ;)">
<meta property="og:url" content="http://qbite.ml/">
<meta property="og:image" content="http://qbite.ml/img/logo.png">
<!--styles-->
<link rel="stylesheet" type="text/css" href="/style/main.min.css">
<!--icons-->
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
<!--scripts-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="/libs/typed.min.js"></script>
<script src="/libs/preloader.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113661021-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113661021-1');
</script>
</head>
<body>
<div id="page-preloader" class="preloader">
<p>(^-^)</p>
</div>
<div id="app">
<div id="background" class="dark"></div>
<div class="social">
<a href="http://steamcommunity.com/id/qbite0" target="_blank"><img src="/img/social/steam.png" alt="Steam"></img></a>
<a href="https://vk.com/qbite" target="_blank"><img src="/img/social/vk.png" alt="VK"></img></a>
<a href="https://github.com/qbite0" target="_blank"><img src="/img/social/github.png" alt="GitHub"></img></a>
</div>
<div class="block">
<div class="logo"><img src="/img/logo.png"></img></div>
<div class="typed">
<span></span>
</div>
</div>
</div>
</body>
</html>