summaryrefslogtreecommitdiff
path: root/day9/task5_vue/index.html
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2019-07-18 23:12:10 +0400
committerAndrew <saintruler@gmail.com>2019-07-18 23:12:10 +0400
commit70c3b1e1c5e1bbc354fe5961bae613bd23c4d8a2 (patch)
treee13b70feca0d8cdb10ced6fac91456990ae3f661 /day9/task5_vue/index.html
parent473318701040f238fcbef81a404b069b68d64237 (diff)
Переписал приложение на Vue. Изменена верстка.
Diffstat (limited to 'day9/task5_vue/index.html')
-rw-r--r--day9/task5_vue/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/day9/task5_vue/index.html b/day9/task5_vue/index.html
new file mode 100644
index 0000000..5f8b5e6
--- /dev/null
+++ b/day9/task5_vue/index.html
@@ -0,0 +1,14 @@
+<html lang="ru">
+
+<head>
+ <meta charset="UTF-8">
+ <title>"table_task1" table view</title>
+</head>
+
+<body>
+ <div id="app"></div>
+
+ <script src="static/js/bundle.js"></script>
+</body>
+
+</html> \ No newline at end of file