This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/public/index.html

29 lines
823 B
HTML
Raw Normal View History

2021-05-26 17:34:13 +08:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2021-07-01 18:34:47 +08:00
<link rel="icon" href="<%= BASE_URL %>images/cn-logo-medium.svg">
2021-07-01 15:39:48 +08:00
<title>Cyber Narrator</title>
2021-05-26 17:34:13 +08:00
</head>
<body class="theme-light">
2021-05-26 17:34:13 +08:00
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
2021-06-07 18:35:16 +08:00
<style>
@media only screen and (min-width : 1224px) {
html {
font-size: 12px !important;
}
}
@media only screen and (min-width : 1824px) {
html {
font-size: 16px !important;
}
}
</style>
2021-05-26 17:34:13 +08:00
</html>