... back


Good news, everyone



My very basic HTML template


Code

This is the code I usually start with:
<!DOCTYPE html>
<html>
  <head>
    <title>Document Title</title>
    <meta charset="UTF-8" />
    <meta name="description" content="Content Description" />
    <meta name="keywords" content="any, keywords, you, want" />
    <meta name="author" content="Ikaros Kappler" />
    <meta name="date" content="2015-04-22" />

    <link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
    
  </head>

  <body>

  </body>
</html>