You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
585 B
27 lines
585 B
<?xml version="1.0"?> |
|
<Template author="Mike Krueger" version="1.0"> |
|
<Config |
|
name = "${res:Templates.File.Html.EmptyHtml.Name}" |
|
icon = "Icons.32x32.HTMLFileIcon" |
|
category = "${res:Templates.File.Categories.Misc}" |
|
defaultname = "Html${Number}.html" |
|
language = "HTML" |
|
/> |
|
|
|
<Description>${res:Templates.File.Html.EmptyHtmlFile.Description}</Description> |
|
|
|
<Files> |
|
<File name="${FullName}" language="HTML"><![CDATA[ |
|
<html> |
|
<head> |
|
<title></title> |
|
</head> |
|
<body> |
|
</body> |
|
</html>]]> |
|
</File> |
|
</Files> |
|
|
|
<AdditionalOptions/> |
|
|
|
</Template>
|
|
|