19 lines
341 B
HTML
19 lines
341 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>TITLE</title>
|
|
<meta name="description" content="DESCRIPTION">
|
|
<link rel="stylesheet" href="PATH">
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src = "http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|