1234567891011121314151617 |
- <!doctype html>
- <html lang="en" data-framework="jquery">
- <head>
- <meta charset="utf-8">
- <title>GopherJS + Humble • TodoMVC</title>
- <link rel="stylesheet" href="css/todomvc.css">
- <link rel="stylesheet" href="css/app.css">
- </head>
- <body>
- <div id="app"></div>
- <script src="js/app.js"></script>
- </body>
- </html>
|