-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (28 loc) · 1.11 KB
/
index.html
File metadata and controls
36 lines (28 loc) · 1.11 KB
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
<!DOCTYPE html>
<html>
<body>
<h1>WORK IN PROGRESS</h1>
<p>Please be patient i will be updating this site slowly but surely.</p>
<h2>Bascically this is my first html page hopefully this shiould work tbh</h2>
<p>aaaaa ds emu :oooo</p>
<body>
<desmond-player id="player"></desmond-player>
<script src="desmond.min.js"></script>
<input type="file" style="position: relative; transform: translate(-50%, -50%); left: 30%; top: 90%;"></input>
<script>
window.onload = function(){
document.getElementById("player").loadURL("SM64.nds");
}
</script>
<h2> IT WORKS </h2>
<h3> 2 minutes after commiting push, it stopped working :(<h3>
<head>
<title>02Rusty's Web Projects</title>
<meta name="description" content="Super Mario Bros (World 1) Undertale Genocide Boss Fight (Spoilers)"/>
</head>
<body>
<h1>Game Clones</h1>
<a href="./c2-smb1/">Super Mario Bros (World 1)</a><br/>
<a href="./c2-sans-fight/">Undertale Genocide Boss Fight (Spoilers)</a><br/>
</body>
</html>