Newer
Older
2022-S.Shinya / docs / index.html
@佐藤心哉 佐藤心哉 on 28 Oct 2022 307 bytes Update index.html
<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello</title>
<script src="index.js"></script>
<script src="dbl.js"></script>
<style>
 body{background-color: #eef;}
</style>
</head>

<body>
<h1 id="h1">Click Here</h1>

<p>click to enlarge</p>
<p>click to enlarge</p>
<p>click to enlarge</p>

</body>
</html>