-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path404.html
More file actions
24 lines (17 loc) · 1.11 KB
/
404.html
File metadata and controls
24 lines (17 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./fallback/style_BAM.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="./fallback/style_BAM_fonts.css" type="text/css" charset="utf-8">
<script src="./fallback/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="./fallback/BAM.js" type="text/javascript"></script>
<script src="./fallback/chromo.js" type="text/javascript"></script>
<script src="./fallback/magicBlink.js" type="text/javascript"></script>
<title>fluuu.id</title>
</head>
<body class="bgMain" onload="doChromo()" style="background-color: rgb(255, 0, 115);">
<div id="preloadFonts"><span class="fontCAMCREG">CAMCREG</span><span class="fontCAMCINV">CAMCINV</span><span class="fontBASIC">BASIC</span><span class="fontJPRDY">JPRDY</span><span class="fontHEART">HEART</span><span class="fontPOSTR">POSTR</span></div>
<div id="BAMwrapper" style="display: block; padding-top: 0px; background: rgb(130, 141, 109);">
<span id="BAMmsg" style="font-family: bam_futuraCnXBdOb; font-size: 256px; top: 64px; color: rgb(0, 0, 0);"></span>
</div>
</body></html>