xeno/vim/header_html

12 lines
190 B
Text
Raw Normal View History

2009-11-09 10:49:25 +01:00
:insert
2011-06-20 19:17:31 +02:00
<!DOCTYPE html>
2011-06-20 19:16:32 +02:00
<html lang="en">
2009-11-09 10:49:25 +01:00
<head>
<title></title>
2011-06-20 19:17:31 +02:00
<meta charset=utf-8 />
2009-11-10 15:56:17 +01:00
<!-- <link rel="stylesheet" type="text/css" href="..." /> -->
2009-11-09 10:49:25 +01:00
</head>
<body>
</body>
</html>