-
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.
Fixed some errors and changed the charset to UTF-8
- Loading branch information
Showing
14 changed files
with
760 additions
and
716 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
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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="GB2312"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>YuanRetro-关于</title> | ||
<title>YuanRetro-关于</title> | ||
<link rel="stylesheet" href="./style.css"> | ||
</head> | ||
<body class="body"> | ||
<ul> | ||
<li class="navi"><a href="http://www.yuanshen.dev/">主页</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/music.html">音乐</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/pinball.html">JS弹球</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/morse.html">莫尔斯电码</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/crtirgen.html">中国铁路行程信息提示生成器(CRTIRGen)</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/about.html">关于</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/">主页</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/music.html">音乐</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/pinball.html">JS弹球</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/morse.html">莫尔斯电码</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/crtirgen.html">中国铁路行程信息提示生成器(CRTIRGen)</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/about.html">关于</a></li> | ||
<li class="navi"><a href="http://www.yuanshen.dev/en/index.html">English</a></li> | ||
</ul> | ||
<br /> | ||
<h2>关于我……</h2> | ||
<h2>关于我……</h2> | ||
<p> | ||
一枚喜欢古董科技的高中生哦~这个网站是自己用不多的HTML和JS知识从零写<del>(拼凑)</del>出来的,不足之处还请多多谅解啦~<br /> | ||
当然你也可以在Github仓库向我提交Issue呦~<br /> | ||
2017年的时候,我机缘巧合在中入坑了古董科技,之后我就渐渐地学习了一些硬件知识,并且经常造访本地的电脑城和电子回收站,寻找一些古董硬件<br /> | ||
在此期间,我的计算机知识也得到了不少进步,比如我用来开发这个网站的主力电脑,就是自己用许多不同来源的配件一点点组装起来的awa<br /> | ||
回看刚刚入坑时候的一些迷惑行为,真心感觉自己很傻55555,但是哪怕现在,还是有数不清的小小细节是我所不知道的,学习的路是永无止境的哩~ | ||
一枚喜欢古董科技的高中生哦~这个网站是自己用不多的HTML和JS知识从零写<del>(拼凑)</del>出来的,不足之处还请多多谅解啦~<br /> | ||
当然你也可以在Github仓库向我提交Issue呦~<br /> | ||
2017年的时候,我机缘巧合在中入坑了古董科技,之后我就渐渐地学习了一些硬件知识,并且经常造访本地的电脑城和电子回收站,寻找一些古董硬件<br /> | ||
在此期间,我的计算机知识也得到了不少进步,比如我用来开发这个网站的主力电脑,就是自己用许多不同来源的配件一点点组装起来的awa<br /> | ||
回看刚刚入坑时候的一些迷惑行为,真心感觉自己很傻55555,但是哪怕现在,还是有数不清的小小细节是我所不知道的,学习的路是永无止境的哩~ | ||
</p> | ||
<h2>联系我……</h2> | ||
最快的方式自然是发邮件啦~以下的两个邮箱地址都可以使用哦~<a | ||
<h2>联系我……</h2> | ||
最快的方式自然是发邮件啦~以下的两个邮箱地址都可以使用哦~<a | ||
href="mailto:[email protected]">[email protected]</a> (or <a | ||
href="mailto:[email protected]">[email protected]</a>) | ||
<h2>源代码……</h2> | ||
<p>自然是完全开源的啦(行程信息提示生成器还有单独仓库诶)~可以在以下地址找到哦~<a | ||
<h2>源代码……</h2> | ||
<p>自然是完全开源的啦(行程信息提示生成器还有单独仓库诶)~可以在以下地址找到哦~<a | ||
href="https://github.com/lijiaxuan1811/yuanshen.dev">https://github.com/lijiaxuan1811/yuanshen.dev</a>. | ||
如果需要的话,随便使用就好啦~</p> | ||
如果需要的话,随便使用就好啦~</p> | ||
</body> | ||
</html> |
Oops, something went wrong.