mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 23:26:19 +08:00
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script type="application/json" id="auth"><%- encodeJSONForHTML(auth) %></script>
|
|
<script type="text/javascript" src="<%= STATIC_URL %>public/javascripts/auth-callback.js"></script>
|
|
</body>
|
|
</html>
|