Added an optional CSS link to error.html

This commit is contained in:
Veloman Yunkan
2022-01-30 17:09:20 +04:00
parent c1823b8ee4
commit dbcbdff275
4 changed files with 12 additions and 5 deletions

View File

@ -3,6 +3,9 @@
<head>
<meta content="text/html;charset=UTF-8" http-equiv="content-type" />
<title>{{PAGE_TITLE}}</title>
{{#CSS_URL}}
<link type="text/css" href="{{{CSS_URL}}}" rel="Stylesheet" />
{{/CSS_URL}}
</head>
<body>
<h1>{{PAGE_HEADING}}</h1>