-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.hbs
25 lines (25 loc) · 1.33 KB
/
index.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Vande Mataram Library</title>
<link rel="stylesheet" href="/static/flexboxgrid.min.css">
<link rel="stylesheet" href="/static/fonts.css">
<link rel="stylesheet" href="/static/sortable.css">
<link rel="stylesheet" href="/static/app.css">
<meta rel="shortcut icon" type="image/vnd.microsoft.icon" href="/static/ms-icon-144x144.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="apple-touch-icon" type="image/png" sizes="144x144" href="/static/apple-icon-144x144.png">
<link rel="apple-touch-icon" type="image/png" sizes="152x152" href="/static/apple-icon-152x152.png">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/static/apple-icon-180x180.png">
</head>
<body style="background-color: #FFF3E0">
<div id="app">{{{ componentRenderedToString }}}</div>
</body>
<link rel="stylesheet" href="/static/sortable.css">
<script type="application/javascript">
window.__INITIAL_STATE__ = {{{ context }}};
</script>
<script src="/static/{{ bundleName }}" type="application/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.3.2/hint.base.min.css">
</html>