HTML Starting Template
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Title</title> | |
<link href="css/screen.css" rel="stylesheet" media="screen" type="text/css" /> | |
<link href="css/print.css" rel="stylesheet" media="print" type="text/css" /> | |
<script type="text/javascript" src="js/jquery.js"></script> | |
<script type="text/javascript" src="js/domscript.js"></script> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="robots" content="index, follow" /> | |
</head> | |
<body> | |
<!-- Content --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment