Skip to content

Instantly share code, notes, and snippets.

@sonnyp
Last active April 18, 2019 08:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sonnyp/8b24096164a8a2b76b91 to your computer and use it in GitHub Desktop.
Save sonnyp/8b24096164a8a2b76b91 to your computer and use it in GitHub Desktop.
XHTML5 template
<?xml version="1.0" encoding="utf-8"?>
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8"/>
<title>TITLE</title>
<meta name="description" content="$DESCRIPTION"/>
<meta name="author" content="$AUTHOR"/>
<meta name="keywords" content="$KEYWORDS"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<script type="application/javascript" src="script.js"/>
</head>
<body>
</body>
</html>
@amoe
Copy link

amoe commented Nov 14, 2017

doctype should be DOCTYPE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment