-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.html
More file actions
33 lines (33 loc) · 853 Bytes
/
Copy pathhomepage.html
File metadata and controls
33 lines (33 loc) · 853 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="xboxscreenshot.png" alt="Sorry The Image Could Not Be Loaded Properly" width="500">
<audio src="Rainforest.wav" controls></audio>
<header>
Welcome to the original xbox post softmod website! Please press play on the audio!
<hr>
<hr>
<hr>
This website is only for the original xbox not the xbox 360
</header>
<hr>
<hr>
<hr>
<a href="secondpage.html">Click Here For Post Softmod</a>
<hr>
<hr>
<hr>
<a href="https://www.youtube.com/watch?v=FqgQWe_r5I4">Click Here For A Video Tutorial On Softmodding</a>
<hr>
<hr>
<hr>
<a href="thirdpage.html">Click Here For A Text HDD Upgrade Tutorial For A Softmodded System</a>
<hr>
<hr>
<hr>
<a href="https://soundcloud.com/lerez-729482882">Click Here For My Soundcloud</a>
</body>
</html>