Skip to content

Instantly share code, notes, and snippets.

@FrancescoArcieri
Last active March 29, 2020 19:58
Show Gist options
  • Save FrancescoArcieri/92969ec13d94d95d608ec1fef6e7ae0e to your computer and use it in GitHub Desktop.
Save FrancescoArcieri/92969ec13d94d95d608ec1fef6e7ae0e to your computer and use it in GitHub Desktop.
helloWorld.html
<html>
   <head>
       <title>Hello World</title>
   </head>
   <body>
       <div align=”center”>Hello World!</div>
   </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment