1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 16:38:06 +00:00
quot/app/views/index.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>