diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /random-attractors/index.html | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'random-attractors/index.html')
| -rw-r--r-- | random-attractors/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/random-attractors/index.html b/random-attractors/index.html new file mode 100644 index 0000000..a9834a7 --- /dev/null +++ b/random-attractors/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>s1nical - Random Attractors</title> + <script src="/random-attractors/js/main.js"></script> + <style> + html, body { + margin: 0; + height: 100vh; + overflow: hidden; + } + canvas { + background: #000; + } + + </style> + </head> + <body> + <canvas id="canvas"></canvas> + </body> +</html>
\ No newline at end of file |