github.com/jgarto/itcv@v0.0.0-20180826224514-4eea09c1aa0d/examples/sites/helloworld/index.html (about) 1 <!--Template generated by reactGen--> 2 3 <!doctype html> 4 <html lang="en"> 5 <head> 6 <meta charset="utf-8"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 10 11 <title>Hello World</title> 12 13 14 </head> 15 <body> 16 17 <div id="app"></div> 18 19 <script src="helloworld.js"></script> 20 </body> 21 </html>