Skip to content

Instantly share code, notes, and snippets.

@peerapach
Last active January 23, 2021 01:47
Show Gist options
  • Save peerapach/906bd81c5b5b92b9ce7924b1f3cddf00 to your computer and use it in GitHub Desktop.
Save peerapach/906bd81c5b5b92b9ce7924b1f3cddf00 to your computer and use it in GitHub Desktop.
simple html
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<h3>Workshop - Docker!!</h3>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment