Version - 1 - 1-38
This commit is contained in:
28
Version - 8/index.html
Normal file
28
Version - 8/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!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">
|
||||
|
||||
<title>HTML</title>
|
||||
|
||||
<!-- HTML -->
|
||||
|
||||
<!-- By MrEidamus & Stanislav Chlup -->
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="button1">
|
||||
<img src = 'https://i.postimg.cc/rdcChfG6/Notpressed.png' id="red">
|
||||
<img src = "https://i.postimg.cc/rdJG75gD/Pressed.png" id="green">
|
||||
</div>
|
||||
<script src="main.js"></script>
|
||||
<p id="clicks"></p>
|
||||
<button id="Reset" onclick="reset()">Reset</button>
|
||||
|
||||
<button id="Buydog" onclick="dog()">Buy a dog for 100 clicks!</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user