14 lines
497 B
HTML
14 lines
497 B
HTML
<html>
|
|
<head>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="./styles/style.css">
|
|
<script src="./scripts/perlin.js"></script>
|
|
<script src="./scripts/bg.js"></script>
|
|
<!--<script src="./scripts/patterns/centerhex.js"></script> -->
|
|
|
|
<!-- -->
|
|
</head>
|
|
<body>
|
|
<canvas class="bgmaster" id="bg" name="bg" style="z-index=-5;"></canvas>
|
|
</body>
|
|
</html> |