mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 20:03:00 +08:00
18 lines
741 B
Plaintext
18 lines
741 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
|
|
<title>Talk - Coral Admin</title>
|
|
<%- include partials/head %>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.min.css">
|
|
<link rel="stylesheet" type="text/css" href="<%= resolve('coral-admin/bundle.css') %>">
|
|
<%- include partials/custom-css %>
|
|
</head>
|
|
<body class="admin-page">
|
|
<div id="root"></div>
|
|
<script src='https://www.google.com/recaptcha/api.js?render=explicit' async defer></script>
|
|
<script src="<%= resolve('coral-admin/bundle.js') %>" charset="utf-8"></script>
|
|
</body>
|
|
</html>
|