Version - 1 - 1-38
This commit is contained in:
30
Version - 10/index.html
Normal file
30
Version - 10/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!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/rdJG75gD/Pressed.png" id="green">
|
||||
<img src = "https://i.postimg.cc/rdcChfG6/Notpressed.png" id="red">
|
||||
</div>
|
||||
<script src="main.js"></script>
|
||||
<p id="clicks"></p>
|
||||
<p id="dogs"></p>
|
||||
<button id="Reset" onclick="reset()">Reset</button>
|
||||
|
||||
<button id="Bog" onclick="dog()">Dog - 100 clicks!</button>
|
||||
<button id="BigBog" onclick="bigdog()">10 dogs - 1000 clicks!</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user