template updates

This commit is contained in:
Wyatt Johnson
2017-07-27 16:50:49 +10:00
parent 0d7e4d6541
commit f4b765ccc5
4 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" type="text/css" href="/client/embed/stream/default.css">
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>client/embed/stream/default.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<% if (locals.customCssUrl) { %>
@@ -17,6 +17,6 @@
<body>
<div id="talk-embed-stream-container"></div>
<script src="client/embed/stream/bundle.js"></script>
<script src="<%= BASE_URL %>client/embed/stream/bundle.js"></script>
</body>
</html>