Minimal HTML5 Site Generator

Answer a few questions then download a zip file with a minimal HTML5 site template!

 

 

see output

index.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title></title>
    <link rel="stylesheet" href=""><style type="css">
    </style>
    <script type="text/javascript" src=""></script>
  </head>
  <body>
    <!-- page content -->
  </body>
</html>
		

css/style.css

    	/* css/style.css */
    

js/main.js

    	/* js/main.js */
    
«
»