Sadashiv commited on
Commit
ab566b8
1 Parent(s): ce1f4c1

Create demo.html

Browse files
Files changed (1) hide show
  1. templates/demo.html +13 -0
templates/demo.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Document</title>
8
+ </head>
9
+ <body>
10
+ <h1>This is demo template
11
+ </h1>
12
+ </body>
13
+ </html>