aboutsummaryrefslogtreecommitdiff
path: root/examples/todomvc/src/main/web/index.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-02-03 23:21:46 +0100
committerRobert Jaros <rjaros@finn.pl>2018-02-03 23:21:46 +0100
commit9665fe692681bc958e55d00cc0d0b238b7aee694 (patch)
treedd222dec725f64b8065a09311d9b034e9b9751b3 /examples/todomvc/src/main/web/index.html
parent180528f620e53e4a828d6f4d427ce83817572f44 (diff)
downloadkvision-9665fe692681bc958e55d00cc0d0b238b7aee694.tar.gz
kvision-9665fe692681bc958e55d00cc0d0b238b7aee694.tar.bz2
kvision-9665fe692681bc958e55d00cc0d0b238b7aee694.zip
Refactoring for kdoc API documentation with dokka
Diffstat (limited to 'examples/todomvc/src/main/web/index.html')
-rw-r--r--examples/todomvc/src/main/web/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/todomvc/src/main/web/index.html b/examples/todomvc/src/main/web/index.html
deleted file mode 100644
index e5ba8812..00000000
--- a/examples/todomvc/src/main/web/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>KVision • TodoMVC</title>
- <link rel="stylesheet" href="node_modules/todomvc-common/base.css">
- <link rel="stylesheet" href="node_modules/todomvc-app-css/index.css">
-</head>
-<body>
-<div id="todomvc"></div>
-<footer class="info">
- <p>Double-click to edit a todo</p>
- <p>Created by <a href="https://github.com/rjaros">Robert Jaros</a></p>
- <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
-</footer>
-<!-- Scripts here. Don't remove ↓ -->
-<script src="node_modules/todomvc-common/base.js"></script>
-<script>var KV_NO_BOOTSTRAP_CSS = true;</script>
-<script src="main.bundle.js"></script>
-</body>
-</html>