mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 08:28:09 +00:00
15 lines
409 B
HTML
15 lines
409 B
HTML
<!DOCTYPE html>
|
|
<html lang="" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Quot</title>
|
|
<link
|
|
rel="icon"
|
|
href="https://gravatar.com/avatar/cc7886f00686546ab34e75be479026f7?s=256"
|
|
/>
|
|
<link rel="stylesheet" href="/index.css" />
|
|
<script type="module" src="/index.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|