website/themes/hugo-theme-wave/static/bower_components/particlesjs/particlesjs.html

18 lines
617 B
HTML
Raw Normal View History

2020-01-12 14:14:15 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script type="text/javascript" src="../createjs/createjs.js"></script>
<script type="text/javascript" src="particlesjs.js"></script>
<link href="particlesjs.css" rel="stylesheet" type="text/css">
</head>
<body>
<canvas id="canvasBase"></canvas>
<canvas id="canvasOverlay"></canvas>
<a href="https://gitlab.com/syui/hugo-theme-wave" target="_blank">
<button id="mainTitle" type="button" class="btn btn-default">Hugo Theme Wave</button>
</a>
</body>
</html>