mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-22 15:37:48 +00:00
17 lines
338 B
HTML
17 lines
338 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style/index.css" />
|
|
</head>
|
|
<body>
|
|
<div id="halvesContainer">
|
|
<div id="firstHalf">
|
|
<button>Play Official</button>
|
|
</div>
|
|
<div id="secondHalf">
|
|
<button>Play Private</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|