-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.2 KB
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./Style/index.css">
<script defer src="./Script/index.js"></script>
<title>T-CodeSystem - T-PageCode网页版系统</title>
</head>
<body>
<nav id="nav1">
<img src="./Images/logo.png" id="nav1-logo">
<h1 id="text1">T-CodeSystem</h1>
<h3 onclick="window.location.href='./index.html'">首页</h3>
<h3 onclick="window.location.href='./System/Load.html'">体验</h3>
<h3 onclick="about()">关于</h3>
</nav>
<div id="about">
<h1>关于</h1>
<h3>T-CodeSystem是由T-PageCode制作的网页版系统,使用前端技术制作。<br>GitHub地址:<a href="https://github.com/T-PageCode/T-CodeSystem" target="_blank" draggable="false">https://github.com/T-PageCode/T-CodeSystem</a></h3>
<button id="about-ok">确定</button>
</div>
<h1 id="text2">T-<span>CodeSystem</span></h1>
<p id="text3">T-PageCode网页版系统</p>
<p id="text4">T-CodeSystem是T-PageCode的网页版系统</p>
<button id="btn1" onclick="window.location.href='./System/Load.html'">立即体验</button>
<p id="copyright">© 2026 T-PageCode, Dev.</p>
</body>
</html>