diff --git a/yuanshen.dev-20240304-2.zip b/yuanshen.dev-20240304-2.zip new file mode 100644 index 0000000..9a075fc Binary files /dev/null and b/yuanshen.dev-20240304-2.zip differ diff --git a/yuanshen.dev-20240304-2/404.html b/yuanshen.dev-20240304-2/404.html new file mode 100644 index 0000000..3efaa48 --- /dev/null +++ b/yuanshen.dev-20240304-2/404.html @@ -0,0 +1,25 @@ + + + 404 Not Found + + + + +
+
+

404 Not Found

+
+
+
nginx
+ + \ No newline at end of file diff --git a/yuanshen.dev-20240304-2/GenshinTheme.mp3 b/yuanshen.dev-20240304-2/GenshinTheme.mp3 new file mode 100644 index 0000000..5ccbc98 Binary files /dev/null and b/yuanshen.dev-20240304-2/GenshinTheme.mp3 differ diff --git a/yuanshen.dev-20240304-2/Liyue.mp3 b/yuanshen.dev-20240304-2/Liyue.mp3 new file mode 100644 index 0000000..cad04c9 Binary files /dev/null and b/yuanshen.dev-20240304-2/Liyue.mp3 differ diff --git a/yuanshen.dev-20240304-2/about.html b/yuanshen.dev-20240304-2/about.html new file mode 100644 index 0000000..b5f8533 --- /dev/null +++ b/yuanshen.dev-20240304-2/about.html @@ -0,0 +1,39 @@ + + + + + GIRCH(Legacy)-About + + + + +
+

About me...

+

+ I am a high-school retro computing enthusiast, and I wish to share my experience and joy with everyone... + In 2017, I got interested in computer hardware. Since then, I frequently visited local computer stores + and e-waste recyclers to collect vintage computer hardwares. Now I actually got plenty of them! In the + past few years, many people had helped me and taught me lots of useful knowledge. Huge thanks to them! + If you want to get in touch with me, please read the "Contact me..." section down below. +

+

Contact me...

+ The easiest way to get in touch with me is by email: admin@lijiaxuan.xyz (or lijiaxuan1811@163.com), + but you can also leave messages on my blog https://www.lijiaxuan.xyz/. +

Source code...

+

The source code of this website is available here: https://github.com/lijiaxuan1811/yuanshen.dev. + Feel free to use them!

+ + \ No newline at end of file diff --git a/yuanshen.dev-20240304-2/index.html b/yuanshen.dev-20240304-2/index.html new file mode 100644 index 0000000..988f0d2 --- /dev/null +++ b/yuanshen.dev-20240304-2/index.html @@ -0,0 +1,31 @@ + + + + + GIRCH(Legacy)-Main + + + + +
+ +

Welcome to Genshin Impact(Yuanshen) Retro Computing Hub(GIRCH)...

+
+ +
+ This site is friendly towards older browsers and slow internet speed... +
+ Have fun! +
+ + \ No newline at end of file diff --git a/yuanshen.dev-20240304-2/music.html b/yuanshen.dev-20240304-2/music.html new file mode 100644 index 0000000..8936a27 --- /dev/null +++ b/yuanshen.dev-20240304-2/music.html @@ -0,0 +1,40 @@ + + + + + GIRCH(Legacy)-Music + + + + +
+

+ This page contains several songs from different video games. +
+ Feel free to test your system with them! + PS:Unfortunately audio is not well supported before HTML 5,
so if you have trouble playing the songs + here, please use the direct links that take the players' place. +
+ 1.Genshin Impact Main Theme-HOYO-MIX/Yu-Peng Chen +
+ +
+ 2.Liyue-HOYO-MIX/Yu-Peng Chen +
+ +
+

+ + \ No newline at end of file diff --git a/yuanshen.dev-20240304-2/paimon.bmp b/yuanshen.dev-20240304-2/paimon.bmp new file mode 100644 index 0000000..76c0904 Binary files /dev/null and b/yuanshen.dev-20240304-2/paimon.bmp differ diff --git a/yuanshen.dev-20240304-2/paimon.gif b/yuanshen.dev-20240304-2/paimon.gif new file mode 100644 index 0000000..3fc5673 Binary files /dev/null and b/yuanshen.dev-20240304-2/paimon.gif differ diff --git a/yuanshen.dev-20240304-2/pinball.html b/yuanshen.dev-20240304-2/pinball.html new file mode 100644 index 0000000..0097d49 --- /dev/null +++ b/yuanshen.dev-20240304-2/pinball.html @@ -0,0 +1,199 @@ + + + + + GIRCH(Legacy)-Pinball + + + + + +
+

Pinball game V2.0...

+

This is a small pinball game using plain javascript. You can control the panel using 'a' and 'd' keys for + left and right or click the buttons. This game might not work if your browser do not support javascript. You + earn 5 points each time you catch the ball using the panel, but if you fail to catch the ball, the game + would be over. The game would restart after you press the button on the popping out dialog.

+

Thanks Nille Cheng and his book 'Learn to Create Web Games Using Javascript'(ISBN 978-7-115-46238-1), as the + concept of this game and part of the algorithm is base on his codes in the book.

+ + + + \ No newline at end of file