Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@iwbjp

iwbjp/index.html Secret

Last active January 29, 2024 22:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iwbjp/92f72f8b2049e61622257c43c069d655 to your computer and use it in GitHub Desktop.
Save iwbjp/92f72f8b2049e61622257c43c069d655 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
h1 {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment