Skip to content

Instantly share code, notes, and snippets.

@KHCode
Last active May 8, 2023 19:36
Show Gist options
  • Save KHCode/69dbc0d54f5947b5dc40ec4db2324166 to your computer and use it in GitHub Desktop.
Save KHCode/69dbc0d54f5947b5dc40ec4db2324166 to your computer and use it in GitHub Desktop.
A very simple html file to get you started.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World Simple App</title>
</head>
<body>
<div>Hello World!</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment