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