Newer
Older
2022-kodama / hello.html
@kodama kazuma kodama kazuma on 21 Oct 2022 209 bytes Update hello.html
<html lang="ja">
<head>
<title>Hello Hello Hello</title>
<script src="hello.js"></script>
<style>
	body {background: #eef;}
</style>
</head>
<body>
<h1 id="h1">Hello</h1>
<p>Hello, world!!</p>
</body>
</html>