20 lines
632 B
HTML
20 lines
632 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Zdog - Little forest</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="./style.css">
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div class="container">
|
|
<canvas class="illo"></canvas>
|
|
<p><a href="https://dribbble.com/shots/4217116-Little-Forest">Original design by Alex Pasquarella</a></p>
|
|
<p><button class="reset-button">Reset</button></p>
|
|
</div>
|
|
<!-- partial -->
|
|
<script src='https://unpkg.com/zdog@1/dist/zdog.dist.js'></script>
|
|
<script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html> |