-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (81 loc) · 1.66 KB
/
index.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<title></title>
<!--https://www.dropbox.com/s/6ah2ibbwn5yihpk/Edward%27s%20Website.zip?dl=0
https://repl.it/repls/LuminousRareTechnicians
https://www.dropbox.com/s/51ao24o7bstrtph/DFF.mp4?dl=0
https://docs.google.com/spreadsheets/d/1E5bdxNmPb93hJu0CWNWNg2WtfyjuezCM8x2hetplyaI/edit?usp=sharing
<<<<<<< HEAD
=======
https://www.dropbox.com/s/51ao24o7bstrtph/DFF.mp4?dl=0
>>>>>>> ad436d64f4b2c6881bd443339ed6ce99d993c3e6
https://www.dropbox.com/s/51ao24o7bstrtph/DFF.mp4?dl=0
-->
<body bgcolor="gray">
<center>
<h1>Kirby NES</h1>
<p>HTML</p>
<code><iframe src="https://projectsedward.github.io/SWFs/Kirby.html"></code>
<p>CSS</p>
<code>
iframe {
margin: 0;
padding: 0;
border: none;
width: 640;
height: 480;
}
</code>
<h1>Super Mario All-Stars</h1>
<p>HTML</p>
<code><iframe src="https://projectsedward.github.io/SWFs/SMAS.html"></code>
<p>CSS</p>
<code>
iframe {
margin: 0;
padding: 0;
border: none;
width: 640;
height: 480;
}
</code>
<h1>Super Mario Kart</h1>
<p>HTML</p>
<code><iframe src="https://projectsedward.github.io/SWFs/SMK.html"></code>
<p>CSS</p>
<code>
iframe {
margin: 0;
padding: 0;
border: none;
width: 640;
height: 480;
}
</code>
<h1>Zelda ALTTP</h1>
<p>HTML</p>
<code><iframe src="https://projectsedward.github.io/SWFs/ALTTP.html"></code>
<p>CSS</p>
<code>
iframe {
margin: 0;
padding: 0;
border: none;
width: 640;
height: 480;
}
</code>
<h1>Zelda</h1>
<p>HTML</p>
<code><iframe src="https://projectsedward.github.io/SWFs/Zelda.html"></code>
<p>CSS</p>
<code>
iframe {
margin: 0;
padding: 0;
border: none;
width: 640;
height: 480;
}
</code>
</center>
</body>