Skip to content

Commit

Permalink
Adding an HTML5-template in addition to xhtml 1.0 strict one
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed May 4, 2014
1 parent b2ce441 commit 9b6b5f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ tagfiles = \

template_files = \
templates/files/file.html \
templates/files/file_html5.html \
templates/files/file.php \
templates/files/file.rb \
templates/files/file.tex \
Expand Down
14 changes: 14 additions & 0 deletions data/templates/files/file_html5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
{fileheader}
<head>
<meta charset="utf-8" />
<title>{untitled}</title>
<meta name="generator" content="{geanyversion}" />
</head>

<body>

</body>

</html>

0 comments on commit 9b6b5f2

Please sign in to comment.