codepens/a-generative-svg-using-a-te.../dist/index.html

20 lines
593 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 - A generative SVG using a tetradic color pallette</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<svg class="scene" id="illustration" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" aria-labelledby="svgTitle svgDesc" role="img">
<title id="svgTitle">A generative illustration</title>
<desc id="svgDesc">Click on the image to redraw it!</desc>
</svg>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>