Skip to content

Instantly share code, notes, and snippets.

@sulemani39
Created October 22, 2024 15:23
Show Gist options
  • Save sulemani39/c91c2e5dd524f79f604610479b38429a to your computer and use it in GitHub Desktop.
Save sulemani39/c91c2e5dd524f79f604610479b38429a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Hello, World!</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment