mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 08:28:09 +00:00
12 lines
297 B
HTML
12 lines
297 B
HTML
|
<!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>
|