mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03:00
33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Tachi</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/x-icon" href="%REACT_APP_CDN_URL%/logos/favicon.ico" />
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700%7CRoboto:300,400,500,600,700"
|
|
rel="stylesheet" />
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" />
|
|
|
|
<script crossorigin="anonymous"
|
|
src="https://polyfill.io/v3/polyfill.min.js?features=es2017%2Cdefault%2Ces2015%2Ces2016%2CIntl"></script>
|
|
</head>
|
|
|
|
<body id="kt_body">
|
|
<noscript>
|
|
You have JavaScript disabled, probably.<br />
|
|
I also use a JavaScript blocker!<br />
|
|
This site uses React to render its contents.<br />
|
|
We don't use JS to track you or try to do anything malicious. You'll have
|
|
to enable JS in order for this site to work.
|
|
</noscript>
|
|
<div id="root"></div>
|
|
<div id="layout-portal"></div>
|
|
</body>
|
|
|
|
</html> |