parent
360ebafcc7
commit
98b6a2b8a6
|
@ -21,6 +21,19 @@
|
|||
-->
|
||||
<title>Omi</title>
|
||||
</head>
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
font-size: 12px
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #ccc;
|
||||
font-family: Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<noscript>
|
||||
You need to enable JavaScript to run this app.
|
||||
|
|
Loading…
Reference in New Issue