Skip to content

Instantly share code, notes, and snippets.

@fromdev
Created August 16, 2017 04:26
Show Gist options
  • Save fromdev/6de2c4ecd6c6a2a6daafc34ecb52c259 to your computer and use it in GitHub Desktop.
Save fromdev/6de2c4ecd6c6a2a6daafc34ecb52c259 to your computer and use it in GitHub Desktop.
HTML Hello World For Raspberry Pi Programming
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<p>This is the page content.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment