douyin/public/index.html
2019-05-20 00:18:58 +08:00

39 lines
1.3 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="cn">
<head>
<meta charset="utf-8">
<meta name="screen-orientation" content="portrait"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>抖音</title>
<script crossorigin="anonymous" integrity="sha384-8t+aLluUVnn5SPPG/NbeZCH6TWIvaXIm/gDbutRvtEeElzxxWaZN+G/ZIEdI/f+y"
src="https://lib.baomitu.com/vue/2.6.10/vue.min.js"></script>
<script crossorigin="anonymous" integrity="sha384-EnzMJi5PirMz1dgUr9a4DUHwg7e71+fxk3jLLfJn1vljGydxX8c6bdDYdPDE8224"
src="https://lib.baomitu.com/vue-router/3.0.2/vue-router.min.js"></script>
<style>
body, html {
width: 100%;
height: 100%;
background: #2e3244;
/*height: 0!important;*/
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<noscript>
<strong>
We're sorry but douyin 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>