codepens/kurzgesagt-style-earth-3d-zdog/dist/index.html

21 lines
666 B
HTML
Raw Normal View History

2023-10-06 23:12:53 +02:00
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Kurzgesagt Style Earth 3D (ZDog)</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>
<button class="reset-button">Reset</button>
<p class="text">Click &amp; drag to rotate</p>
<p class="text">Made with <a href="https://zzz.dog/" target="_blank">Z-🐶</a></p>
</div>
<!-- partial -->
<script src='https://unpkg.com/zdog@1/dist/zdog.dist.js'></script>
<script src="./script.js"></script>
</body>
</html>