-
Notifications
You must be signed in to change notification settings - Fork 0
/
The Legend Of Zelda_ A Link To the Past And Four Swords.html
65 lines (49 loc) · 2.27 KB
/
The Legend Of Zelda_ A Link To the Past And Four Swords.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
<html>
<head>
<title>The Legend Of Zelda: A Link To the Past And Four Swords</title>
<link rel="icon" sizes="16x16" href="Icons/CG Logo-16x16.png">
<link rel="icon" sizes="24x24" href="Icons/CG Logo-24x24.png">
<link rel="icon" sizes="32x32" href="Icons/CG Logo-32x32.png">
<link rel="icon" sizes="48x48" href="Icons/CG Logo-48x48.png">
<link rel="icon" sizes="64x64" href="Icons/CG Logo-64x64.png">
<link rel="icon" sizes="96x96" href="Icons/CG Logo-96x96.png">
<link rel="icon" sizes="128x128" href="Icons/CG Logo-128x128.png">
<link rel="icon" sizes="256x256" href="Icons/CG Logo-256x256.png">
<link rel="stylesheet" href="stylesforcoolgames.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<h1 class="header">The Legend Of Zelda: A Link To the Past And Four Swords</h1>
<div id="emu"></div>
</div>
<script>
//NeptunJS options
var NepPlayer = "#emu";
// ID of html element where emulator will be inserted
var NepEmu = "gba";
// Platform select
var EmuGbaBios = "enable";
// GBA Bios Need for some games. Disabled by default (Use HLE bios)
var NepLang = "en";
// Option "en,rus,ptBR,ja"
// Interface language of emulator. EN by default
var gameUrl = "The Legend Of Zelda A Link To the Past And Four Swords.gba";
// Game Url
var NepEmuAR = "4:3";
//Aspect ratio options: "4:3" , "8:7"
var NepMaxWidth = "960px";
// Maximum width size of emulator. 870px by default
var NepAutoStart = true;
// Auto load emulator when the page starts. Disabled by default
var NepZoom = "enable";
// Add extra button on toolbar to scale up emulator to 100% width. Disabled by default
var NepMaxWidth = "960px";
// Maximum width size of emulator. 960px by default
var NepColor = "#0489ff";
//Color UI elements.Blue by default
//var boxartimg ="<img src="The Legend Of Zelda: A Link To the Past And Four Swords.png" alt=""/>"
// You cant add box art img on start screen
</script>
<script src="https://mem.neptunjs.com/njs/njsLoader.js" type="text/javascript"></script> //NeptunJS lib
</body>
</html>