initial commit
This commit is contained in:
22
public/index.html
Normal file
22
public/index.html
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Domino Tiles</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="domino" data-top="1" data-bottom="5">
|
||||
<div class="half top"></div>
|
||||
<div class="half bottom"></div>
|
||||
</div>
|
||||
|
||||
<div class="domino" data-top="1" data-bottom="5">
|
||||
<div class="half top"></div>
|
||||
<div class="half bottom"></div>
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user