aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-07-24 13:09:15 +0200
committerGitHub <[email protected]>2019-07-24 13:09:15 +0200
commit4e75a2f38fcc62e63891dd3413ddffc34e060a71 (patch)
tree1e8650ac2ee17b56e6e22820de227ca347a8f800 /index.html
parentCreate .gitignore (diff)
downloadwallet-4e75a2f38fcc62e63891dd3413ddffc34e060a71.tar.xz
wallet-4e75a2f38fcc62e63891dd3413ddffc34e060a71.zip
upload filesets
Diffstat (limited to 'index.html')
-rw-r--r--index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..11eaf09
--- /dev/null
+++ b/index.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>S1N</title>
+ <link rel="stylesheet" href="css/main.css">
+</head>
+<body>
+
+ <div class="bobAnimate-container">
+ <div id="bobAnimate"></div>
+ </div>
+
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/colors.js"></script>
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_right.js"></script>
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_right_walk1.js"></script>
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_right_walk2.js"></script>
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_right_blink.js"></script>
+
+ <!-- left -->
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_left.js"></script>
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_left_walk1.js"></script>
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_left_walk2.js"></script>
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_left_blink.js"></script>
+ <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/bob_left_angry.js"></script>
+
+ <!-- animate -->
+ <script src="js/app.js"></script>
+
+
+ </body>
+</html> \ No newline at end of file