mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update index.html
This commit is contained in:
parent
3054c044c3
commit
5968b69e9b
@ -4,7 +4,7 @@
|
|||||||
<script src="/js/all.js"></script>
|
<script src="/js/all.js"></script>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Duck Life 4</title>
|
<title>Duck Life 5: Treasure Hunt</title>
|
||||||
<style>html{background-color:#000;}</style>
|
<style>html{background-color:#000;}</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -20,7 +20,7 @@
|
|||||||
player.style.width = "100%";
|
player.style.width = "100%";
|
||||||
player.style.height = "100%";
|
player.style.height = "100%";
|
||||||
container.appendChild(player);
|
container.appendChild(player);
|
||||||
player.load("ducklife4.swf");
|
player.load("ducklife5.swf");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user