1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 08:28:09 +00:00
quot/app/src/index.html

12 lines
297 B
HTML
Raw Normal View History

2022-08-23 09:01:47 +09:00
<!DOCTYPE html>
<html lang="ja" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Quot</title>
<link rel="stylesheet" href="/index.css" />
<script type="module" src="/index.js"></script>
</head>
<body></body>
</html>