33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN" class="mdui-theme-auto">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" />
|
|
<meta name="renderer" content="webkit" />
|
|
|
|
<!-- UI -->
|
|
<script src="https://unpkg.com/mdui@2/mdui.global.js">
|
|
</script>
|
|
<link rel="icon" href="icon.ico" />
|
|
<link rel="stylesheet" href="https://unpkg.com/mdui@2/mdui.css" />
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet" />
|
|
|
|
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
|
|
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
|
|
|
|
<title>TheWhiteSilk</title>
|
|
</head>
|
|
|
|
<body>
|
|
<script nomodule>
|
|
alert('很抱歉, 此应用无法在较旧的浏览器运行 :(')
|
|
</script>
|
|
<script type="module">
|
|
import App from './ui/App.jsx'
|
|
|
|
</script>
|
|
</body>
|
|
|
|
</html> |