Initial commit

Grnscrnr's live version
This commit is contained in:
Greenscreener
2019-06-28 15:18:08 +02:00
committed by Vojtěch Káně
commit ba54156da9
6 changed files with 322 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Fancy N</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./main.css">
<script src="controller.js"></script>
<meta name="viewport" content="width=300px, initial-scale=1">
<style>
body {
touch-action: none;
overscroll-behavior: none;
}
</style>
</head>
<body>
<div id="slingshot">
<span class="n">n&#x200A;</span>
</div>
</body>
</html>