goploy/web/index.html

13 lines
334 B
HTML
Raw Normal View History

2021-05-14 20:35:22 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2021-09-18 16:35:50 +08:00
<title>Goploy</title>
2021-05-14 20:35:22 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2021-05-25 16:12:08 +08:00
</html>