Commit 11c77bd9 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Foam: cleanup `index.html`

parent 5bf7dbdb
<!doctype html>
<html data-framework="foam">
<head>
<meta charset="utf-8">
<title>FOAM • TodoMVC</title>
<link rel="stylesheet" href="node_modules/todomvc-common/base.css">
<link rel="stylesheet" href="node_modules/todomvc-app-css/index.css">
<script src="node_modules/todomvc-common/base.js"></script>
<script src="build/foam.js"></script>
</head>
<body><foam id="todo" model="com.todomvc.Controller" showActions="false"></foam></body>
<head>
<meta charset="utf-8">
<title>FOAM • TodoMVC</title>
<link rel="stylesheet" href="node_modules/todomvc-common/base.css">
<link rel="stylesheet" href="node_modules/todomvc-app-css/index.css">
<script src="node_modules/todomvc-common/base.js"></script>
<script src="build/foam.js"></script>
</head>
<body>
<foam id="todo" model="com.todomvc.Controller" showActions="false"></foam>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment