Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanretro authored Mar 3, 2024
0 parents commit 6543a79
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 404.html
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 added GenshinTheme.mp3
Binary file not shown.
Binary file added Liyue.mp3
Binary file not shown.
29 changes: 29 additions & 0 deletions about.html
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>
38 changes: 38 additions & 0 deletions index.html
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>
49 changes: 49 additions & 0 deletions music.html
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 added paimon.bmp
Binary file not shown.

0 comments on commit 6543a79

Please sign in to comment.