Skip to content

Commit

Permalink
主页
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry114514 committed Dec 20, 2023
1 parent 2c93ecb commit 8b192b9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions bf1-web-wiki/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@
<script type="module" src="./typename.js"></script>
</head>
<body>
<h1>To be Continued...</h1>
<h1 id="title">战地风云1 网页百科全书</h1>
<br />
<br />
<div id="select">
<div id="home" class="func">首页</div>
<div id="guns" class="func">武器</div>
<div id="vehicle" class="func">载具</div>
<div id="maps" class="func">地图</div>
<div id="other" class="func">其他</div>
</div>
</body>
<script type="module" src="./print.js" ></script>
<script type="module" src="./print.js">
import { weaponType } from './typename.js';
</script>
</html>

0 comments on commit 8b192b9

Please sign in to comment.