diff --git a/asset/pic/lose.png b/asset/pic/lose.png
new file mode 100644
index 0000000..3430d00
Binary files /dev/null and b/asset/pic/lose.png differ
diff --git a/asset/pic/qinshihuang/win.jpg b/asset/pic/win.jpg
similarity index 100%
rename from asset/pic/qinshihuang/win.jpg
rename to asset/pic/win.jpg
diff --git a/lose.html b/lose.html
new file mode 100644
index 0000000..9d35626
--- /dev/null
+++ b/lose.html
@@ -0,0 +1,34 @@
+
+
+
+
+
+ Game Over
+
+
+
+ Game Over
+ Back to Start
+
+
diff --git a/gameover.html b/win.html
similarity index 72%
rename from gameover.html
rename to win.html
index fd0dd7f..a6899f1 100644
--- a/gameover.html
+++ b/win.html
@@ -8,8 +8,11 @@
body {
text-align: center;
padding-top: 50px;
+ background-image: url("asset/pic/win.jpg");
+ background-repeat: no-repeat;
}
.btn {
+ position: absolute;
display: inline-block;
padding: 10px 20px;
background-color: #4CAF50;
@@ -17,6 +20,11 @@
text-decoration: none;
border-radius: 5px;
}
+ h1 {
+ position: absolute;
+ top: 290px;
+ left: 810px;
+ }