2021-08-25 23:06:22 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
2021-08-28 19:29:29 +00:00
|
|
|
{{tpl:extends parent="__layout.html"}}
|
|
|
|
<tpl:Block name="head-title">
|
|
|
|
<title>{{tpl:lang Links shortener}}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="html-head">
|
|
|
|
{{tpl:parent}}
|
|
|
|
</tpl:Block>
|
2021-08-25 23:06:22 +00:00
|
|
|
|
2021-08-28 19:29:29 +00:00
|
|
|
<tpl:Block name="body-tag">
|
|
|
|
<body class="dc-kutrl">
|
|
|
|
</tpl:Block>
|
2021-08-25 23:06:22 +00:00
|
|
|
|
2021-08-28 19:29:29 +00:00
|
|
|
<tpl:Block name="main-content">
|
|
|
|
<tpl:Block name="main-content-before"></tpl:Block>
|
|
|
|
<tpl:Block name="content-info-header">
|
|
|
|
<header id="content-info">
|
|
|
|
<tpl:Block name="content-info-header-title">
|
|
|
|
<h2>{{tpl:lang URL not found}}</h2>
|
|
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="content-info-header-content">
|
|
|
|
<tpl:kutrlMsgIf has_message="1">
|
|
|
|
<p>{{tpl:kutrlMsg}}</p>
|
|
|
|
</tpl:kutrlMsgIf>
|
|
|
|
</tpl:Block>
|
|
|
|
</header>
|
|
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="content-inner">
|
|
|
|
<tpl:Block name="content-inner-before"></tpl:Block>
|
|
|
|
<div class="content-inner">
|
|
|
|
<tpl:Block name="content-inner-content">
|
|
|
|
<p>{{tpl:lang The URL you are looking for does not exist.}}</p>
|
|
|
|
<p><img src="{{tpl:BlogQmarkURL}}pf=kUtRL/default-templates/img/broken-link.png" alt="broken link" /></p>
|
|
|
|
<tpl:kutrlPageIf is_active="1">
|
|
|
|
<p><a href="{{tpl:kutrlPageURL}}" title="kutrl">{{tpl:lang Create your own short URL}}</a></p>
|
|
|
|
</tpl:kutrlPageIf>
|
|
|
|
</tpl:Block>
|
|
|
|
</div> <!-- # End #content-inner -->
|
|
|
|
<tpl:Block name="content-inner-after"></tpl:Block>
|
|
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="main-content-after"></tpl:Block>
|
|
|
|
</tpl:Block>
|