Advertisement
sdcooke

index.html

Jan 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>My Hello Web App Project</title>
  5. </head>
  6. <body>
  7. <h1>Hello World!</h1>
  8. <p>I am a basic website</p>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement