From ce79b2a00cdd428aaf67542926fd3c0971fdc553 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Tue, 21 Mar 2017 02:34:16 -0500 Subject: begin using Vue.js --- static/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html index 6207ac7..0d614a3 100644 --- a/static/index.html +++ b/static/index.html @@ -29,13 +29,18 @@ opacity: 0.9; background-color: white; position: absolute; - top: 5px; + top: 25px; left: 5px; padding-left: 5px; } + #app { display: block; background-color: #888888} +
+ {{ message }} +
+

Upload File

@@ -60,10 +65,12 @@
- + nyan
+ + \ No newline at end of file -- cgit v1.2.3