mirror of
https://gitee.com/was666/as-editor-h5.git
synced 2026-04-21 00:00:01 +08:00
20 lines
940 B
HTML
20 lines
940 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
|
|
|
<link rel="icon" href="favicon(2).ico">
|
|
<title>AS-Editor-H5</title>
|
|
<script src="./config/config.js"></script>
|
|
<link href="static/js/0.js" rel="prefetch"><link href="static/js/app.js" rel="preload" as="script"><link href="static/js/chunk-vendors.js" rel="preload" as="script"></head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but cli doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
<script type="text/javascript" src="static/js/chunk-vendors.js"></script><script type="text/javascript" src="static/js/app.js"></script></body>
|
|
</html>
|