diff --git a/public_html/assets/phone/concord.png b/public_html/assets/phone/concord.png new file mode 100644 index 0000000..c5388fa Binary files /dev/null and b/public_html/assets/phone/concord.png differ diff --git a/public_html/assets/phone/facebook.png b/public_html/assets/phone/facebook.png new file mode 100644 index 0000000..75bca12 Binary files /dev/null and b/public_html/assets/phone/facebook.png differ diff --git a/public_html/assets/phone/fond_ecran.jpeg b/public_html/assets/phone/fond_ecran.jpeg new file mode 100644 index 0000000..28191a6 Binary files /dev/null and b/public_html/assets/phone/fond_ecran.jpeg differ diff --git a/public_html/assets/phone/fond_ecran.jpg b/public_html/assets/phone/fond_ecran.jpg new file mode 100644 index 0000000..1006634 Binary files /dev/null and b/public_html/assets/phone/fond_ecran.jpg differ diff --git a/public_html/assets/phone/vbucks.webp b/public_html/assets/phone/vbucks.webp new file mode 100644 index 0000000..dee71f2 Binary files /dev/null and b/public_html/assets/phone/vbucks.webp differ diff --git a/public_html/assets/phone/webview/fb.html b/public_html/assets/phone/webview/fb.html new file mode 100644 index 0000000..c339d3d --- /dev/null +++ b/public_html/assets/phone/webview/fb.html @@ -0,0 +1,11 @@ + + + + + + FakeBook + + + + + \ No newline at end of file diff --git a/public_html/assets/phone/webview/free_vbucks.jpeg b/public_html/assets/phone/webview/free_vbucks.jpeg new file mode 100644 index 0000000..525a2a0 Binary files /dev/null and b/public_html/assets/phone/webview/free_vbucks.jpeg differ diff --git a/public_html/assets/phone/webview/hairinsa.png b/public_html/assets/phone/webview/hairinsa.png new file mode 100644 index 0000000..030ae26 Binary files /dev/null and b/public_html/assets/phone/webview/hairinsa.png differ diff --git a/public_html/assets/phone/webview/rickroll.gif b/public_html/assets/phone/webview/rickroll.gif new file mode 100644 index 0000000..b744b1e Binary files /dev/null and b/public_html/assets/phone/webview/rickroll.gif differ diff --git a/public_html/assets/phone/webview/vbucks.html b/public_html/assets/phone/webview/vbucks.html new file mode 100644 index 0000000..a59d820 --- /dev/null +++ b/public_html/assets/phone/webview/vbucks.html @@ -0,0 +1,17 @@ + + + + + + Free Vbucks + + + + + + + \ No newline at end of file diff --git a/public_html/css/game.css b/public_html/css/game.css index 5b76ede..2a132b4 100644 --- a/public_html/css/game.css +++ b/public_html/css/game.css @@ -111,4 +111,23 @@ html, body{ .messageImage{ width: 100%; +} + +#content { + height:90%; + width:100%; + background-image: url("../assets/phone/fond_ecran.jpeg"); + background-size: cover; +} + +.icon { + background-color: rgba(0,0,0, 0.7); + width: 40px; + height: 40px; + padding: 5px; + border-radius: 10px; + margin: 3.5px; + margin-right: 0; + display: inline-block; + cursor:pointer; } \ No newline at end of file diff --git a/public_html/game.html b/public_html/game.html index a1739f3..0c10630 100644 --- a/public_html/game.html +++ b/public_html/game.html @@ -20,14 +20,29 @@