-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRefresh-Meteor.html
More file actions
24 lines (23 loc) · 915 Bytes
/
Refresh-Meteor.html
File metadata and controls
24 lines (23 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<head>
<title>Refresh</title>
<meta charset="UTF-8">
<!-- jQuery -->
<script src="common/js/jquery.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="common/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="common/bootstrap/css/bootstrap-theme.min.css">
<script src="common/bootstrap/js/bootstrap.min.js"></script>
<!-- Cookies and Animation -->
<script src="common/js/refresh.js"></script>
<script src="common/js/js.cookie.js"></script>
<script src="common/js/animate_inputs.js"></script>
<!-- Main CSS (Will Overwrite Others) -->
<link rel="stylesheet" href="common/css/main.css">
</head>
<body id="body1">
{{> container_template}}
</body>
<template name="container_template">
{{whichone}}
{{#if currentUser}} {{> nav}} {{/if}} {{> Template.dynamic template=whichOne}} {{> footer}}
</template>