Created
March 7, 2013 17:52
-
-
Save bm2ilabs/5110146 to your computer and use it in GitHub Desktop.
html5 doctype
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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