-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.marko
23 lines (21 loc) · 851 Bytes
/
index.marko
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>marko-express</title>
<link href="/static/reset.css" rel="stylesheet" type="text/css" media="all">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" media="all">
<link href="/static/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<app-header title="marko-express"/>
<app-questions />
<!--
Page will automatically refresh any time a template is modified
if launched using the browser-refresh Node.js process launcher:
https://github.com/patrick-steele-idem/browser-refresh
-->
<browser-refresh/>
</body>
</html>