mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 02:00:29 +08:00
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
<link rel="stylesheet" type="text/css" href="<%= STATIC_URL %>static/embed/stream/default.css">
|
|
<%- include ../partials/head %>
|
|
</head>
|
|
<body class="embed-stream-page">
|
|
<div id="talk-embed-stream-container"></div>
|
|
<script src="<%= STATIC_URL %>static/embed/stream/bundle.js"></script>
|
|
</body>
|
|
</html>
|