Files
talk/views/login.ejs
T
2018-03-14 14:25:00 +01:00

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>