Author......Ikaros Kappler Date............2015-04-22 Modified........2018-03-13 Version................1.1
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>