-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
38 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,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<html> | ||
<title>智将の杰西的个人主页</title> | ||
<script> | ||
let visitCount = 0; | ||
function increaseVisitCount() { | ||
visitCount++; | ||
console.log("访问次数:" + visitCount); | ||
} | ||
document.addEventListener("DOMContentLoaded", increaseVisitCount); | ||
</script> | ||
</head> | ||
<body> | ||
<h3> | ||
Hayakawa Jesse's Personal Page | ||
</h3> | ||
<img src="src/avatar.png" width="73px" height="73px" > | ||
<h3> | ||
<a href="https://b23.tv/4vkhTIt">我的B站</a> | ||
<a href="https://github.com/Jesse5800-2">我的猫鱿鱼</a> | ||
<a href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=KcDAMWfM9-ftCtOT14Z_OOtapwu3NCrN&authKey=dhapergqUdzwGC2Cz4rT1Vey1v8XFgiMCWQQDFNTzdk7ZrGEo13EPlHpfPI2mvAS&noverify=0&group_code=781566604">我们的Minecraft服务器!</a> | ||
</h3> | ||
<h4>感谢你访问我的网站! | ||
<p>作为一名电脑爱好者,二刺螈,同时也是一名高中生,我在各方面均有涉猎,但没有一方面是砖业的(苦笑) | ||
但是,我也会继续努力,努力成长为一个合格的程序员 | ||
请大家期待吧! | ||
我目前的目标,是成为一个独立游戏开发者,正在着手开发野(比大雄的)生(化危机)同人作品《FunkinHazard》,基于RGSS3(说白了就是RPG Maker VX Ace) | ||
</p></h4> | ||
<p> | ||
<h5> | ||
同时本人还是一个BA厨子,欢迎加入我们的小组哦! | ||
我们的小组ID:(国服)40601 | ||
</p> |