-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
25 lines (23 loc) · 1.01 KB
/
dev.html
File metadata and controls
25 lines (23 loc) · 1.01 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
25
<html>
<head>
<link rel="icon" type="image/ico" href="/favicon.ico"/>
<link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Solarfly Studios ~ T4Y Beta Pre-2.0</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
</head>
<body>
<center>
<div id="swfdiv" margin-top="100px" height="500px" width="660px" border-radius="5px" border-style="outset">
</div>
<h1 style="color: #E64C3C"><span class="span1"~</span> Super Secret Development Build <span class="span1"~</span></h1>
</center>
<!-- Swf -->
<script>
function hash (s) { var sum = 0; for (c in s) { sum = sum ^ s.charCodeAt(c); } return sum; }
$(document).ready(function(){
$('#swfdiv').append('<iframe id="swf" width="640" height="480" src="bin/flash/bin/Time4You.swf" frameborder="0" margin="10px"></iframe>');
});
</script>
</body>
</html>