-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (27 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<!-- HTML Codes by Quackit.com -->
<title>
Dream Car Racing Evo Emulator</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="racing evo flash emulator">
<meta name="description" content="This is a flash emulator for the flash game Dream Car Racing Evo">
<style>
body {background-color:#ff0000;background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
h1{font-family:Arial, sans-serif;color:#000000;background-color:#ffffff;}
p {font-family:Georgia, serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
</style>
</head>
<body>
<h1>Dream Car Racing Evo Emulator</h1>
<p>This is a flash emulator for the flash game Dream Car Racing Evo</p>
<!--<div id="flashContent">-->
<object type="application/javascript" data="main.js" width="800" height="600" id="flash_game" style="visibility: visible;">
<param name="wmode" value="direct">
<param value="scale" name="scale">
<param name="flashvars" value="relogin=0">
</object>
<!--</div>-->
</body>
</html>