diff --git a/views/game.php b/views/game.php index 118607f..5732766 100644 --- a/views/game.php +++ b/views/game.php @@ -1,73 +1,53 @@ - - - - - - MapGuesser - - - - - - - - -
- + +
+
+

+ + + MapGuesser + +

+

Round: | Score:

-
-
-

- - - - - - MapGuesser - -

-

Round: | Score:

-
+
+
+
+
+ +
+
+
+
-
-
-
- +
+
+
-
-
- +
+
+

You were close.

+

Game finished.

-
-
- +
+

You earned points.

+

You got points in total.

-
-
-

You were close.

-

Game finished.

-
-
-

You earned points.

-

You got points in total.

-
-
-
-
-
+
+
+
-
- - - -
- - - - - +
+ + + +
+
+ + + + \ No newline at end of file diff --git a/views/maps.php b/views/maps.php index 67531e7..2aa4b18 100644 --- a/views/maps.php +++ b/views/maps.php @@ -1,74 +1,54 @@ - - - - - - MapGuesser - - - - - - - - -
- -
-
-

- - - - - MapGuesser -

-
-
-

Playable maps

-
- -
-
-

-
- -
-
-

- - - - - places -

-

- - - - - - ~ 2 -

-
-

-
- Play this map + +
+

+ + MapGuesser +

+
+
+

Playable maps

+
+ +
+
+

- - - -
- - -
+ +
+
+

+ + + + + places +

+

+ + + + + + ~ 2 +

+
+

+
+ Play this map +
+ + + +
+ +
- - - + window.addEventListener('beforeunload', function (e) { + document.getElementById('loading').style.visibility = 'visible'; + }); + + \ No newline at end of file diff --git a/views/templates/icon.php b/views/templates/icon.php new file mode 100644 index 0000000..85fba48 --- /dev/null +++ b/views/templates/icon.php @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/views/templates/main_footer.php b/views/templates/main_footer.php new file mode 100644 index 0000000..691287b --- /dev/null +++ b/views/templates/main_footer.php @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/views/templates/main_header.php b/views/templates/main_header.php new file mode 100644 index 0000000..30ccb9f --- /dev/null +++ b/views/templates/main_header.php @@ -0,0 +1,17 @@ + + + + + + MapGuesser + + + + + + + + +
+ +
\ No newline at end of file