summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/index.html b/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/index.html
new file mode 100644
index 0000000000..4b480b7423
--- /dev/null
+++ b/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/index.html
@@ -0,0 +1,30 @@
+<!doctype html>
+<html lang="en" data-framework="flight">
+ <head>
+ <meta charset="utf-8">
+ <title>Flight • Todo</title>
+ <link rel="stylesheet" href="node_modules/todomvc-common/base.css">
+ <link rel="stylesheet" href="node_modules/todomvc-app-css/index.css">
+ </head>
+ <body>
+ <section id="todoapp" class="todoapp">
+ <header id="header" class="header">
+ <h1>todos</h1>
+ <input id="new-todo" class="new-todo" placeholder="What needs to be done?" autofocus>
+ </header>
+ <section id="main" class="main">
+ <input id="toggle-all" class="toggle-all" type="checkbox">
+ <label for="toggle-all">Mark all as complete</label>
+ <ul id="todo-list" class="todo-list"></ul>
+ </section>
+ <footer id="footer" class="footer"></footer>
+ </section>
+ <footer id="info" class="info">
+ <p>Double-click to edit a todo</p>
+ <p>Speedometer version by Addy Osmani</p>
+ <p>Created by <a href="https://github.com/mkuklis">Michal Kuklis</a></p>
+ <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
+ </footer>
+ <script data-main="app/js/main" src="node_modules/requirejs/require.js"></script>
+ </body>
+</html>