-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwolf_makers.html
53 lines (44 loc) · 1.36 KB
/
wolf_makers.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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KPVZH80G62"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KPVZH80G62');
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<link rel="icon" type="image/x-icon" href="pfp gift-modified.ico">
</head>
<body>
<nav>
<ul>
<li class="selected">Home</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="3.html">page3</a></li>
</ul>
</nav>
<center>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("container");
container.appendChild(player);
player.load("wyndbain.swf");
});
</script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("container");
container.appendChild(player);
player.load("kaylink.swf");
</script>
</center>
</body>
</html>