49 lines
1.1 KiB
HTML
49 lines
1.1 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Document</title>
|
||
</head>
|
||
<style>
|
||
body {
|
||
margin: 0;
|
||
padding: 0;
|
||
overflow-x: hidden;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
-webkit-font-smoothing: antialiased;
|
||
text-rendering: optimizeLegibility;
|
||
height: calc(100vh - 33px);
|
||
box-sizing: border-box;
|
||
font-family:
|
||
-apple-system,
|
||
BlinkMacSystemFont,
|
||
Segoe UI,
|
||
Helvetica,
|
||
Arial,
|
||
sans-serif,
|
||
Apple Color Emoji,
|
||
Segoe UI Emoji;
|
||
}
|
||
input,
|
||
textarea {
|
||
font-family:
|
||
-apple-system,
|
||
BlinkMacSystemFont,
|
||
Segoe UI,
|
||
Helvetica,
|
||
Arial,
|
||
sans-serif,
|
||
Apple Color Emoji,
|
||
Segoe UI Emoji;
|
||
}
|
||
</style>
|
||
<body>
|
||
<noscript>
|
||
<strong>抱歉,javascript被禁用,请开启后重试。</strong>
|
||
</noscript>
|
||
<div id="previewApp"></div>
|
||
</body>
|
||
</html>
|
||
<script></script>
|