-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6543a79
Showing
7 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<html> | ||
<head> | ||
<title>404 Not Found</title> | ||
</head> | ||
<body> | ||
<center> | ||
<h1>404 Not Found</h1> | ||
</center> | ||
<hr> | ||
<center>nginx</center> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>GIRCH(Legacy)-About</title> | ||
</head> | ||
<body> | ||
<style> | ||
.navi1{ | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
.navi2{ | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
.navi3{ | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
</style> | ||
<ul> | ||
<li class="navi1"><a href="./index.html">Main</a></li> | ||
<li class="navi2"><a href="./music.html">Music</a></li> | ||
<li class="navi3"><a href="./about.html">About</a></li> | ||
</ul> | ||
<br/> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>GIRCH(Legacy)-Main</title> | ||
</head> | ||
<body> | ||
<style> | ||
.navi1{ | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
.navi2{ | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
.navi3{ | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
</style> | ||
<ul> | ||
<li class="navi1"><a href="./index.html">Main</a></li> | ||
<li class="navi2"><a href="./music.html">Music</a></li> | ||
<li class="navi3"><a href="./about.html">About</a></li> | ||
</ul> | ||
<br/> | ||
<a> | ||
Welcome to Genshin Impact(Yuanshen) Retro Computing Hub(GIRCH)... | ||
<br/> | ||
<img src="./paimon.bmp" width="150" height="246"> | ||
<br/> | ||
This site is friendly towards older browsers and slow internet speed... | ||
<br/> | ||
Have fun! | ||
</a> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>GIRCH(Legacy)-Music</title> | ||
</head> | ||
<body> | ||
<style> | ||
.navi1 { | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
|
||
.navi2 { | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
|
||
.navi3 { | ||
float: left; | ||
margin-right: 50px; | ||
} | ||
</style> | ||
<ul> | ||
<li class="navi1"><a href="./index.html">Main</a></li> | ||
<li class="navi2"><a href="./music.html">Music</a></li> | ||
<li class="navi3"><a href="./about.html">About</a></li> | ||
</ul> | ||
<br /> | ||
<p> | ||
This page contains several songs from different video games. | ||
<br /> | ||
Feel free to test your system with them! | ||
PS:Unfortunately audio is not well supported before HTML 5,<br />so if you have trouble playing the songs | ||
here, please use the direct links that take the players' place. | ||
<br /> | ||
1.Genshin Impact Main Theme-HOYO-MIX/Yu-Peng Chen | ||
<br /> | ||
<audio src="./GenshinTheme.mp3" controls>Your browser doesn't seem to support HTML 5 and audio | ||
element,<br />but you can still download it <a href="./GenshinTheme.mp3">here</a>.</audio> | ||
<br /> | ||
2.Liyue-HOYO-MIX/Yu-Peng Chen | ||
<br /> | ||
<audio src="./Liyue.mp3" controls>Your browser doesn't seem to support HTML 5 and audio element,<br />but | ||
you can still download it <a href="./Liyue.mp3">here</a>.</audio> | ||
<br /> | ||
</p> | ||
</body> | ||
</html> |
Binary file not shown.