Skip to content

Commit

Permalink
new game file
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsetiawan33 committed Jun 19, 2023
1 parent f361360 commit 856fbe1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
32 changes: 32 additions & 0 deletions coba-tebak/game.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.css">
<title>Coba Tebak | Game</title>
</head>

<body>
<div class="container-fluid p-0" style="height: 100vh;">
<div class="container-fluid d-flex justify-content-center align-items-center border border-primary"
style="height: 10vh;">
<h1>Coba Tebak</h1>
</div>
<div class="container-fluid border border-primary" style="height: 90vh;">
<div class="row pt-5">
<p class=" text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Tenetur, accusamus.</p>
</div>
<div class="row d-flex justify-content-center align-items-center">
<input type="text" style="width: 80%;">
</div>
<div class="row"></div>
</div>
</div>

<script src="js/bootstrap.js"></script>
</body>

</html>
16 changes: 0 additions & 16 deletions coba-tebak/main.html

This file was deleted.

0 comments on commit 856fbe1

Please sign in to comment.