-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (47 loc) · 1.98 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>aylmao.wtf</title>
<meta name="description" content="aylmao.wtf">
<meta name="viewport" content="width=500, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta property="og:title" content="aylmao.wtf">
<meta property="og:type" content="aylmao">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png?v=37821997">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=37821997">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=37821997">
<link rel="manifest" href="/site.webmanifest?v=37821997">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=37821997" color="#000000">
<link rel="shortcut icon" href="/favicon.ico?v=37821997">
<meta name="apple-mobile-web-app-title" content="aylmao.wtf">
<meta name="application-name" content="aylmao.wtf">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="import" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/x-gif.html">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/howler.min.js" integrity="sha384-46Oo18A61vfMErbleKnm7no+MU4xWkCYAHfFjdeBgYnq5437neF0hgpBaX/YM8fu" crossorigin="anonymous"></script>
</head>
<body>
<section class="main">
<div class="mim">
<leimg class="imgn">
<x-gif fill stopped></x-gif>
</leimg>
<info>
<section id="speed">
<span>speed:</span> <span id="speedNumber">0</span>
</section>
<section id="loops">
<span>loops:</span> <span id="loopsNumber">0</span>
</section>
</info>
</div>
</section>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>