mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 14:54:42 +08:00
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include "partials/data.njk" %}
|
|
</head>
|
|
<body>
|
|
<script type="application/json" id="auth">{{ encodeJSONForHTML(auth) | safe }}</script>
|
|
<script type="text/javascript" src="{{ resolve('coral-auth-callback/bundle.js') }}"></script>
|
|
</body>
|
|
</html>
|