diff options
author | Yukai Huang | 2016-12-24 11:50:57 +0800 |
---|---|---|
committer | Yukai Huang | 2016-12-24 11:50:57 +0800 |
commit | 99dd10772422b66b7f98f1483b5fa3225e3e86e0 (patch) | |
tree | b9e4675d4ee9d6b242763ded01f7157a771bf580 /public/views | |
parent | a06fad974e66c8c5854985fe12fbadbb43cc9c7e (diff) |
Basic setup for Vue app
Diffstat (limited to '')
-rw-r--r-- | public/views/index.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs index adcdd34d..5b84f4fc 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -30,6 +30,7 @@ <div class="site-wrapper"> <div class="site-wrapper-inner"> <div class="cover-container"> + <div id="cover-app"></div> <div class="masthead clearfix"> <div class="inner"> |