Code style update

This commit is contained in:
StevenJoeZhang 2019-08-01 20:27:05 +08:00
parent 1837919ee4
commit 1ffd662600

View File

@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="user-scalable=no, viewport-fit=cover"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="apple-touch-fullscreen" content="yes"/>
<meta charset="UTF-8">
<meta name="viewport" content="user-scalable=no, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-touch-fullscreen" content="yes">
<title>Paper.io</title>
<link rel="stylesheet" href="css/styles.css"/>
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/prefixfree.min.js"></script>
</head>
@ -23,12 +23,12 @@
</svg>
</a>
<div class="center">
<img class="scale" src="image/logo.png"/>
<img class="scale" src="image/logo.png">
<h1>Enter your name</h1>
<input id="name" autocomplete="off" placeholder="An awesome name!"/>
<input id="name" autocomplete="off" placeholder="An awesome name!">
<button class="start yellow" disabled="disabled">Play!</button>
<br/>
<br/>
<br>
<br>
<button id="mode" class="orange" disabled="disabled">Mode</button>
<button id="skins" class="yellow" disabled="disabled">Skins</button>
<button class="spectate green" disabled="disabled">Spectate</button>
@ -42,7 +42,7 @@
</div>
<div id="wasted">
<div class="center">
<img class="scale" src="image/wasted.svg"/>
<img class="scale" src="image/wasted.svg">
<button class="start orange" disabled="disabled">Play Again</button>
<button class="menu yellow">Main Menu</button>
<button class="spectate green" disabled="disabled">Spectate</button>
@ -54,8 +54,8 @@
<button class="yellow" onclick="JavaScript:alert('Want to play a game?\nUse arrows or WSAD to control your paper block\nDon\'t hit the walls\nBite enemy tails but don\'t let them bite yours!\nCompete against other players')">Hou To Play</button>
<button class="yellow" onclick="JavaScript:alert('Paper.io play online\nMore! More! More territory! Take it all with new amazing game - Paper.io\nThis game concept is linked to old Xonix, which appeared in 1984. Like in any other IO game there are you and enemies willing to outwit you. But you\'ll prevail of course :) Take their terriory and destroy your enemies, but be careful, your tail is your weak point.\nThis game is very cool and has nice paper-like graphics and fluid animation. Enjoy!\nYou can play paper.io online and offline both on a mobile device and a desktop computer. Get paper.io and join the world gaming community. Manage a small board and win territory from your rivals.\nPaper.io 2 - behold the sequel to the popular game. Capture new territories and become the king of the map!\nThe more space you win the higher ranking and scores you get. You have to act and think quickly. Develop your own strategy and action plan.\nPaperio has simple rules but is very addictive in its simplicity. The competitors are also on guard. Watch out for your tail.\nThe game is very addictive and makes gamers from all over the world connect from home, from work, from campus or even the office!\nJoin the game, figure out your strategy and become the ultimate winner. Have fun!')">About</button>
<audio loop="loop" preload="auto" controls>
<source src="music/gwent.mp3" type="audio/mp3"/>
<source src="music/gwent.ogg" type="audio/ogg"/>
<source src="music/gwent.mp3" type="audio/mp3">
<source src="music/gwent.ogg" type="audio/ogg">
</audio>
</div>
<script src="js/bundle.js"></script>