Newer
Older
2022-S.Keigo / hello.html
@”Sato ”Sato on 28 Oct 2022 276 bytes fix name
<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello Hello Hello</title>
<script src="hello.js"></script>
<style>
	body {background: #eef;}
</style>
</head>
<body>
<p>Hello, world!!</p>
<p id = h1>Hello, world!!</p>
<p>Hello, world!!</p>
<p>Hello, world!!</p>
</body>
</html>