-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (54 loc) · 2.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Friday Night Funkin'</title>
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" type="image/png" href="./favicon.png">
<style>
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
#openfl-content { background: #000000; width: 100%; height: 100%; }
@font-face {
font-family: 'Pixel Arial 11 Bold';
src: url('assets/fonts/pixel.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/pixel.woff') format('woff'),
url('assets/fonts/pixel.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'VCR OSD Mono';
src: url('assets/fonts/vcr.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/vcr.woff') format('woff'),
url('assets/fonts/vcr.ttf') format('truetype'),
url('assets/fonts/vcr.svg#VCR%20OSD%20Mono') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Nokia Cellphone FC Small';
src: url('flixel/fonts/nokiafc22.eot?#iefix') format('embedded-opentype'),
url('flixel/fonts/nokiafc22.woff') format('woff'),
url('flixel/fonts/nokiafc22.ttf') format('truetype'),
url('flixel/fonts/nokiafc22.svg#Nokia%20Cellphone%20FC%20Small') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Monsterrat';
src: url('flixel/fonts/monsterrat.eot?#iefix') format('embedded-opentype'),
url('flixel/fonts/monsterrat.woff') format('woff'),
url('flixel/fonts/monsterrat.ttf') format('truetype'),
url('flixel/fonts/monsterrat.svg#Monsterrat') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body>
<noscript>Esta página web hace un uso extensivo de JavaScript. Habilite JavaScript en su navegador web para ver esta página.</noscript>
<div id="openfl-content"></div>
<script type="text/javascript" src="./Funkin.js"></script>
</body>
</html>