Files
log/index.html
2026-01-17 14:56:49 +09:00

24 lines
641 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>syui.ai</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/pkg/icomoon/style.css">
<link rel="stylesheet" href="/src/styles/main.css">
</head>
<body>
<div id="app">
<header id="header"></header>
<main>
<section id="profile"></section>
<nav id="tabs"></nav>
<section id="content"></section>
</main>
<footer id="footer"></footer>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>