Newer
Older
2022-aoi / gd03.html
@SUGAWARA Aoi SUGAWARA Aoi on 21 Oct 2022 224 bytes tuika
<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello Hello Hello</title>
<script src="gd03.js"></script>
<style>
	body {background: #eef;}
</style>
</head>
<body>
<h1 id="h1">Hello</h1>
<p>Hello, world!!</p>
</body>
</html>