forked from wsmdn/wsmdn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebmcs.html
More file actions
21 lines (21 loc) · 840 Bytes
/
webmcs.html
File metadata and controls
21 lines (21 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="biaoqing.png" type="image/png">
<title>实用工具</title>
</head>
<div class="game-container">
<h1 class="game-title">网页mc1.8</h1>
<div class="game-icon"></div>
<p class="game-info">在电脑设备上随时随地玩mc!</p>
<p>点击<a href="./more/1.8.html" class="game-link">这里跳转</a>
</div>
<div class="game-container">
<h1 class="game-title">手机网页mc1.8</h1>
<div class="game-icon"></div>
<p class="game-info">在手机设备上随时随地玩mc!</p>
<p>点击<a href="./more/1.html" class="game-link">这里跳转</a>
</div>