mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:05:24 +08:00
17 lines
602 B
Plaintext
17 lines
602 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta property="csrf" content="<%= csrfToken %>">
|
|
<link rel="stylesheet" type="text/css" href="/client/embed/stream/default.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Lato|Open+Sans" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<% if (locals.customCssUrl) { %>
|
|
<link href="<%= customCssUrl %>" rel="stylesheet" type="text/css">
|
|
<% } %>
|
|
</head>
|
|
<body>
|
|
<div id="coralStream"></div>
|
|
<script src="/client/embed/stream/bundle.js"></script>
|
|
</body>
|
|
</html>
|