Welcome to mirror list, hosted at ThFree Co, Russian Federation.

particlesjs.html « particlesjs « bower_components « static - github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c79412c62ad4f9768aabbbd7bdbb9ec0a2c552d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>