mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 04:28:20 +08:00
16 lines
712 B
Plaintext
16 lines
712 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="<%= resolve('embed/stream/default.css') %>">
|
|
<link rel="stylesheet" type="text/css" href="<%= resolve('embed/stream/bundle.css') %>">
|
|
<%- include ../partials/head %>
|
|
</head>
|
|
<body class="embed-stream-page">
|
|
<div id="talk-embed-stream-container"></div>
|
|
<script src="<%= resolve('embed/stream/bundle.js') %>"></script>
|
|
</body>
|
|
</html>
|