mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
Update index.html
This commit is contained in:
parent
3054c044c3
commit
5968b69e9b
@ -4,7 +4,7 @@
|
||||
<script src="/js/all.js"></script>
|
||||
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
@ -20,7 +20,7 @@
|
||||
player.style.width = "100%";
|
||||
player.style.height = "100%";
|
||||
container.appendChild(player);
|
||||
player.load("ducklife4.swf");
|
||||
player.load("ducklife5.swf");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user