<head> fix attempt
This commit is contained in:
@@ -20,17 +20,13 @@
|
|||||||
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Willkommen bei ${productNameFull}</title>
|
<title>Willkommen bei ${productNameFull}</title>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" />
|
<link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" />
|
||||||
|
|
||||||
<#if properties.stylesCommon?has_content>
|
<#if properties.stylesCommon?has_content>
|
||||||
<#list properties.stylesCommon?split(' ') as style>
|
<#list properties.stylesCommon?split(' ') as style>
|
||||||
<link href="${resourcesCommonPath}/${style}" rel="stylesheet" />
|
<link href="${resourcesCommonPath}/${style}" rel="stylesheet" />
|
||||||
|
|||||||
Reference in New Issue
Block a user