summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/index.html')
-rw-r--r--third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/index.html b/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/index.html
new file mode 100644
index 0000000000..2d1c03680e
--- /dev/null
+++ b/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/index.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<html lang="en" data-framework="react">
+ <head>
+ <meta charset="utf-8">
+ <title>React TodoMVC example</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 class="todoapp"></section>
+ <footer class="info">
+ <p>Double-click to edit a todo</p>
+ <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
+ </footer>
+
+ <script src="node_modules/classnames/index.js"></script>
+ <script src="node_modules/director/build/director.min.js"></script>
+ <script src="node_modules/react/dist/react-with-addons.min.js"></script>
+ <script src="node_modules/react-dom/dist/react-dom.min.js"></script>
+ <script src="build.min.js"></script>
+ </body>
+</html>