dotfiles/vim/.vim/skeletons/skel.html

15 lines
401 B
HTML
Raw Normal View History

2013-09-15 14:31:08 +00:00
<!DOCTYPE html>
2013-06-02 19:31:03 +00:00
<html>
2013-09-14 23:20:00 +00:00
<!-- vim: set ts=4 sw=4 noet: -->
<head>
<title><+TITLE+></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2013-06-02 19:31:03 +00:00
<meta name="description" content="<+DESCRIPTION+>" />
<meta name="keywords" content="<+KEYWORDS+>" />
<link rel="stylesheet" media="screen" type="text/css" href="./style/design.css" />
2013-09-14 23:20:00 +00:00
</head>
<body>
2013-06-02 19:31:03 +00:00
<+CODE+>
</body>
</html>