hasura-rest-hands-on/frontend/index.html

13 lines
292 B
HTML
Raw Normal View History

2021-07-22 21:10:05 +09:00
<!DOCTYPE html>
2021-07-26 18:19:26 +09:00
<html lang="ja" dir="ltr">
2021-07-22 21:10:05 +09:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>vue3-hasura-rest</title>
2022-02-28 14:31:41 +09:00
<script type="module" src="/src/main.js"></script>
2021-07-22 21:10:05 +09:00
</head>
<body>
<div id="app"></div>
</body>
</html>