Newer
Older
2022-yuya / index.html
@takano yuya takano yuya on 28 Oct 2022 303 bytes Update index.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Hello Hello Hello</title>
<script type="text/javascript" src="helllo.js"></script>
<style>
	body {background: #eef;}
</style>
</head>
<body>
<h1>Hello</h1>
<p id="someid">Hello, world!!</p>
<p>good</p>
<p>morning</p>
</body>
</html>