-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (21 loc) · 1008 Bytes
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>毒品傀儡逃脫術</title>
<link rel='stylesheet' href='./src/static/css/bootstrap-5.0.2-dist/bootstrap.min.css'>
<link rel="stylesheet" href="./src/static/css/main.css">
<script src="./static/js/jquery3.5.1.min.js"></script>
<script src="./static/js/popper.min.js"></script>
<script src="./src/static/js/bootstrap/js/bootstrap.bundle.js"></script>
<script src="./src/static/js/bootstrap/js/bootstrap.min.js"></script>
<script src="./static/js/vue.js"></script>
</head>
<body background ="./src/static/assets/HomePage.png" style=" margin: 0px; padding: 0px; background-repeat: no-repeat; background-size:cover;background-attachment:scroll;">
<div class="row justify-content-center">
<div class="col-4" style="margin-top: 38%; margin-left: 10%;">
<a class="btn start_button" href="./complete/character.html" role="button">開始遊戲</a>
</div>
</div>
</body>
</html>