coder/site/html_templates/index.html

23 lines
828 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<link rel="mask-icon" href="/favicon.svg" color="#000000" />
<link rel="alternate icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="Coder" />
<meta name="theme-color" content="#17172E" />
<meta property="og:type" content="website" />
<meta property="csrf-token" content="{{ .CSRF.Token }}" />
<meta property="csp-nonce" content="{{ .CSP.Nonce }}" />
<link crossorigin="use-credentials" rel="mask-icon" href="/static/favicon.svg" color="#000000" />
<title>Coder</title>
</head>
<body>
<div id="root">
<!-- Anything within #root will be destroyed on React mount -->
</div>
</body>