Newer
Older
2024-Axel / template.html
@sato soma sato soma on 19 Apr 319 bytes add
<!DOCTYPE html>
<html>
<head>
<title>template</title>
<link rel="stylesheet" type="text/css" href="template.css">
</head>

<body>
<h1>見出し1</h1>
<p class="a">アイスボックス</p>
<p class="b">フラクチャー</p>
<p class="c">サンセット</p>

<address>c122118@f.koeki-u.ac.jp</address>

</body>
</html>