Skip to content

Commit

Permalink
backlink to self
Browse files Browse the repository at this point in the history
  • Loading branch information
Exr0n committed Aug 31, 2021
1 parent 029add2 commit dc3fdb3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
<html>
<head>
<meta charset="utf-8">
<title>Hello wasm-pack!</title>
<title>Meshwave | Exr0n Sketches</title>
</head>
<body style="background-color: black; overflow: hidden;">
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<canvas id="meshwave-canvas" style="border: 0; padding: 0; margin: 0; width: 100%; height: 100vh;"></canvas>
<script src="./bootstrap.js"></script>
<div style="position: fixed; align-text: center; height: 30px; bottom: 0; width: 100%; padding: 6px;">
<a style="color: #326ccc; text-decoration: none !important; opacity: 0.3;" href="http://exr0n.com">
❤️
</a>
</div>
</body>
</html>

0 comments on commit dc3fdb3

Please sign in to comment.