mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 23:58:38 +08:00
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<%- include partials/data %>
|
|
</head>
|
|
<body>
|
|
<script type="application/json" id="auth"><%- encodeJSONForHTML(auth) %></script>
|
|
<script type="text/javascript" src="<%= resolve('coral-auth-callback/bundle.js') %>"></script>
|
|
</body>
|
|
</html>
|