23 lines
585 B
HTML
23 lines
585 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="/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>
|