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

12 lines
237 B
HTML
Raw Normal View History

2021-07-22 21:10:05 +09:00
<!DOCTYPE html>
<html lang="ja" dir="lrr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>vue3-hasura-rest</title>
</head>
<body>
<div id="app"></div>
</body>
</html>