diff --git a/fonts/BebasNeue-Regular.eot b/fonts/BebasNeue-Regular.eot new file mode 100644 index 0000000..63df3a7 Binary files /dev/null and b/fonts/BebasNeue-Regular.eot differ diff --git a/fonts/BebasNeue-Regular.otf b/fonts/BebasNeue-Regular.otf new file mode 100644 index 0000000..4f5676c Binary files /dev/null and b/fonts/BebasNeue-Regular.otf differ diff --git a/fonts/BebasNeue-Regular.ttf b/fonts/BebasNeue-Regular.ttf new file mode 100644 index 0000000..76e22b8 Binary files /dev/null and b/fonts/BebasNeue-Regular.ttf differ diff --git a/fonts/BebasNeue-Regular.woff b/fonts/BebasNeue-Regular.woff new file mode 100644 index 0000000..457f916 Binary files /dev/null and b/fonts/BebasNeue-Regular.woff differ diff --git a/fonts/BebasNeue-Regular.woff2 b/fonts/BebasNeue-Regular.woff2 new file mode 100644 index 0000000..b4099a9 Binary files /dev/null and b/fonts/BebasNeue-Regular.woff2 differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f80794f --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + 9Follow + + + +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..5d5ccb9 --- /dev/null +++ b/js/app.js @@ -0,0 +1,12 @@ +let app = new Vue({ + el: '#app', + data: { + + }, + methods: { + + }, + mounted() { + alert('Hi!'); + } +}) \ No newline at end of file