codepens/orange-and-blue-distance-fi.../dist/index.html

17 lines
342 B
HTML
Raw Permalink Normal View History

2023-10-06 23:12:53 +02:00
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Orange and blue distance field spiral</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<canvas id="canv"></canvas>
<!-- partial -->
<script type="module" src="./script.js"></script>
</body>
</html>