Files
log/index.html
syui 38e770b2ab
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 4s
init
2026-01-15 18:18:58 +09:00

22 lines
524 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="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>