2016-01-18 22:17:22 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:foo="http://www.w3.org/2000/svg">
|
|
|
|
<head>
|
2017-07-15 07:32:39 +02:00
|
|
|
<meta charset="utf-8"/>
|
2016-01-18 22:17:22 +01:00
|
|
|
<title>My Halogen App</title>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
max-width: 800px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src="app.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|