Last active
December 16, 2015 08:29
-
-
Save lzhoucs/5406550 to your computer and use it in GitHub Desktop.
templates to for web development.
This file contains 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
title file |
This file contains 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
<!-- Standard Mode --> | |
<!-- HTML 4.01 Strict --> | |
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” | |
“http://www.w3.org/TR/html4/strict.dtd”> | |
<!-- XHTML 1.0 Strict --> | |
<!DOCTYPE html PUBLIC | |
“-//W3C//DTD XHTML 1.0 Strict//EN” | |
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> | |
<!-- HTML5 --> | |
<!DOCTYPE html> | |
<!-- Almost Standard Mode --> | |
<!-- HTML 4.01 Transitional --> | |
<!DOCTYPE HTML PUBLIC | |
“-//W3C//DTD HTML 4.01 Transitional//EN” | |
“http://www.w3.org/TR/html4/loose.dtd”> | |
<!-- HTML 4.01 Frameset --> | |
<!DOCTYPE HTML PUBLIC | |
“-//W3C//DTD HTML 4.01 Frameset//EN” | |
“http://www.w3.org/TR/html4/frameset.dtd”> | |
<!-- XHTML 1.0 Transitional --> | |
<!DOCTYPE html PUBLIC | |
“-//W3C//DTD XHTML 1.0 Transitional//EN” | |
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> | |
<!-- XHTML 1.0 Frameset --> | |
<!DOCTYPE html PUBLIC | |
“-//W3C//DTD XHTML 1.0 Frameset//EN” | |
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd”> |
This file contains 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
<script type=”text/javascript”> | |
//<![CDATA[ | |
(function(){ | |
})() | |
//]]> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment