Newer
Older
2021-taka-game / hello.html
@taka taka on 8 Oct 2021 482 bytes update
<!DOCTYPE html>
 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello!</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body>

    <h1>ハローワールド</h1>

<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="js/hello.js"></script>
</body>
 
</html>