mirror of
https://github.com/chaos-zhu/easynode.git
synced 2026-05-07 05:47:24 +08:00
17 lines
435 B
HTML
17 lines
435 B
HTML
<html lang="zh">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/logo_v2_01.png" />
|
|
<meta name="viewport"
|
|
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0">
|
|
<title>EasyNode</title>
|
|
<script src="//at.alicdn.com/t/c/font_3309550_31eixi3z7mm.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html> |