any-rule/public/index.html

41 lines
997 B
HTML
Raw Normal View History

2019-06-25 13:30:32 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2019-06-25 17:29:07 +08:00
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
2019-06-25 13:30:32 +08:00
<title>any-rule</title>
<style>
* {
padding: 0;
margin: 0;
2019-06-25 16:08:42 +08:00
box-sizing: border-box;
2019-06-25 13:30:32 +08:00
}
2019-06-25 21:25:54 +08:00
body{overflow-x: hidden;overflow-y:scroll;}
2019-06-25 17:29:07 +08:00
a{
text-decoration:none;
}
input {
outline: none;
border: 0 none;
2019-06-25 13:30:32 +08:00
}
li {
list-style-type: none;
}
</style>
</head>
<body>
<noscript>
<strong>We're sorry but any-rule doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>