opravit tlačítka
This commit is contained in:
24
index.html
Normal file
24
index.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section class="cube">
|
||||
<button class="btn">Hod kostkou</button>
|
||||
<img src="img/default.jpg" class="cube-image" alt="" />
|
||||
</section>
|
||||
|
||||
<section class="reset-button">
|
||||
<a href="index.html">Resetovat hru</a>
|
||||
</section>
|
||||
|
||||
<section class="result"></section>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user