mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:05:24 +08:00
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script type="application/json" id="auth"><%- encodeJSONForHTML(auth) %></script>
|
|
<script type="text/javascript" src="<%= STATIC_URL %>static/coral-auth-callback/bundle.js"></script>
|
|
</body>
|
|
</html>
|