summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/index.html
blob: f5eea51d928a6220df9223c970391806bd58e241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en" data-framework="preact">
    <head>
        <meta charset="utf-8">
        <title>Preact TodoMVC example</title>
        <link rel="stylesheet" href="todomvc-common/base.css">
        <link rel="stylesheet" href="todomvc.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="app.js"></script>
    </body>
</html>