Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zm50 committed Jan 2, 2024
1 parent b3e1365 commit 32ab174
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
File renamed without changes.
32 changes: 32 additions & 0 deletions game/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="/assets/style/style.css">
<title>醉墨编程</title>
</head>
<header>
<nav>
<a href="/">网站首页</a>
<a href="/code">编程空间</a>
<a href="/game">在线游戏</a>
<a href="/tool">在线工具</a>
<a href="/tips">充电打赏</a>
</nav>
</header>

<body>
<section>
<article>
<h2>在线游戏</h2>
<a href="/game/five-chess">飞机大战</a>
<a href="/game/five-chess">五子棋</a>

</article>
</section>
</body>

</html>

0 comments on commit 32ab174

Please sign in to comment.