mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
14 lines
486 B
Plaintext
14 lines
486 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
<link rel="stylesheet" type="text/css" href="<%= STATIC_URL %>static/coral-login/bundle.css">
|
|
<%- include partials/head %>
|
|
</head>
|
|
<body>
|
|
<div id="talk-login-container"></div>
|
|
<script src='https://www.google.com/recaptcha/api.js?render=explicit' async defer></script>
|
|
<script src="<%= STATIC_URL %>static/coral-login/bundle.js"></script>
|
|
</body>
|
|
</html>
|