26 lines
654 B
HTML
26 lines
654 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - Ceramic looped</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<!--
|
|
|
|
Follow me on
|
|
Instagram: https://www.instagram.com/supahfunk/
|
|
Dribbble: https://dribbble.com/supahfunk
|
|
Twitter: https://twitter.com/supahfunk
|
|
Codepen: https://codepen.io/supah/
|
|
|
|
-->
|
|
<!-- partial -->
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r120/three.min.js'></script><script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html>
|