Newer
Older
2024-c1231955 / index.html

<!DOCTYPE html>
<html>
<head>
<title>タイトル</title>

<link rel="stylesheet" type="text/css" href="main.css">
</head>

<body>
<h1>h1</h1>
<p>p</p>

<h2>h2</h2>

<ul>aaaa</ul>

</body>
</html>