-
-
Save Serrin/f21f6e3cd10b6d3408902702b317405c to your computer and use it in GitHub Desktop.
XHTML5 template
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
| <?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment