Newer
Older
2022-S.Keigo / testjs.html
@”Sato ”Sato on 21 Oct 2022 225 bytes fileを追加
<!DOCTYPE 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