jarvisx17 commited on
Commit
53f495b
1 Parent(s): d8d5853

Create templates/hello.html

Browse files
Files changed (1) hide show
  1. templates/hello.html +9 -0
templates/hello.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Hello, World!</title>
5
+ </head>
6
+ <body>
7
+ <h1>Hello, World!</h1>
8
+ </body>
9
+ </html>