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

16 lines
409 B
HTML
Raw Normal View History

2022-08-23 09:01:47 +09:00
<!DOCTYPE html>
2022-08-31 13:39:46 +09:00
<html lang="" dir="ltr">
2022-08-23 09:01:47 +09:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Quot</title>
2022-08-23 09:18:38 +09:00
<link
rel="icon"
href="https://gravatar.com/avatar/cc7886f00686546ab34e75be479026f7?s=256"
/>
2022-08-23 09:01:47 +09:00
<link rel="stylesheet" href="/index.css" />
<script type="module" src="/index.js"></script>
</head>
<body></body>
</html>