Files
nexusphp/admin/index.html

14 lines
337 B
HTML
Raw Normal View History

2021-04-12 20:31:02 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2021-04-21 19:54:50 +08:00
<link rel="icon" href="/favicon.ico" />
2021-04-12 20:31:02 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2021-05-04 13:08:53 +08:00
<title>NexusPHP</title>
2021-04-12 20:31:02 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>