18 lines
456 B
HTML
Executable File
18 lines
456 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<meta content="yes" name="apple-mobile-web-app-capable" />
|
|
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
|
|
<meta content="telephone=no" name="format-detection" />
|
|
<title>shop-fend</title>
|
|
<script src="./static/js/ydui.flexible.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
</html> |