22 lines
598 B
HTML
22 lines
598 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta content="telephone=no" name="format-detection">
|
|
|
|
<title>转 WEB DEMO</title>
|
|
<style>
|
|
html, body, #app {height: 100%;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<router-view></router-view>
|
|
<script src="./index.js"></script>
|
|
</div>
|
|
</body>
|
|
</html>
|