mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Fast commit aka path to games XD
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="opponent-score">0</h1>
|
||||
<img id="opponent-choice">
|
||||
<img id="opponent-choice" draggable="false">
|
||||
<br>
|
||||
<img id="your-choice">
|
||||
<img id="your-choice" draggable="false">
|
||||
<div id="choices"></div>
|
||||
<h1 id="your-score">0</h1>
|
||||
</body>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
transition: .5s;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
body{
|
||||
|
||||
13
Games/index.html
Normal file
13
Games/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Games</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="./2048/">2048</a>
|
||||
<a href="./RockPaperScissors/">RockPaperScissors</a>
|
||||
<a href=""></a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user