codepens/gradient-ball-sketch/dist/index.html

25 lines
700 B
HTML

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Gradient Ball Sketch</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:italic@1&display=swap" rel="stylesheet"><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<section>
<h1>A hidden spark of the dream sleeps</h1>
<div class="ball">
<div class="noise"></div>
<canvas id="gradient" width="32" height="32">
</div>
</section>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>