-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 749 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (30 loc) · 749 Bytes
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
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>c-cpp-a</title>
<link rel="stylesheet" tpye="text/css" href="css/host-style.css" />
</head>
<body>
<div>
<div class="divbox">
<h2>c_cpp_a的个人网站</h2>
</div>
<br />
<div>
<div class="divbox">
<h3><a href="./games/alive/index.html">alive</a></h3>
<p>挂机游戏</p>
</div>
<div class="divbox">
<h3><a href="./introduce.html">introduce</a></h3>
<p>自我介绍</p>
</div>
</div>
<center>
made by <a href="https://github.com/c-cpp-a">c_cpp_a</a><br />
website name: <a href="http://c-cpp-a.github.io/">c-cpp-a.github.io</a>
</center>
</div>
</body>
</html>