comfort-ui2
Version:
A Vue.js project for UI
20 lines (19 loc) • 399 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>comfort-ui</title>
<style>
html,body{
height:100%;
margin:0;
padding:0;
}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>