Skip to content

Instantly share code, notes, and snippets.

@bm2ilabs
Created March 7, 2013 17:52
Show Gist options
  • Select an option

  • Save bm2ilabs/5110146 to your computer and use it in GitHub Desktop.

Select an option

Save bm2ilabs/5110146 to your computer and use it in GitHub Desktop.
html5 doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="BOUKRAA Mohamed">
<meta charset="UTF-8">
<title></title>
<link href="#.css" rel="stylesheet" type="text/css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment