Basic HTML template.

<!doctype html>
<html lang="en">

 <head>

  <meta charset="utf-8">
  <meta name="description" content="content_of_description">
  <meta name="author" content="author_name">

  <title>[TiTo-Dev]Title of web page.</title>

  <script src="Link_Javascript_File" type="text/javascript"></script>

  <link href="Link_CSS_File" type="text/css" rel="stylesheet" media="screen"/>

  <!--[if lt IE 9]>
   <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
   <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
  <![endif]-->

 </head>

 <body>
   <!-- Content -->
 </body>

</html>