32 lines
973 B
HTML
32 lines
973 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - SVG Gradient Wave Generator</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.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/
|
|
|
|
-->
|
|
<svg id="svg"></svg>
|
|
|
|
<a class="the-most" target="_blank" href="https://codepen.io/2017/popular/pens/9/">
|
|
<img src="https://raw.githubusercontent.com/supahfunk/supah-codepen/master/themost-2017.png">
|
|
</a>
|
|
<!-- partial -->
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/chroma-js/1.3.4/chroma.min.js'></script>
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js'></script><script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html>
|