mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 20:24:56 +08:00
22 lines
814 B
Plaintext
22 lines
814 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<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 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) { %>
|
|
<link href="<%= customCssUrl %>" rel="stylesheet" type="text/css">
|
|
<% } %>
|
|
<% if (data != null) { %>
|
|
<script id="data" type="application/json"><%- JSON.stringify(data) %></script>
|
|
<% } %>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="talk-embed-stream-container"></div>
|
|
<script src="/client/embed/stream/bundle.js"></script>
|
|
</body>
|
|
</html>
|