2017-10-13 13:22:19 +03:00
|
|
|
<?php $this->layout('ShlinkCore::layout/default') ?>
|
|
|
|
|
|
|
|
<?php $this->start('title') ?>
|
2019-09-12 09:09:17 +03:00
|
|
|
Invalid URL
|
2017-10-13 13:22:19 +03:00
|
|
|
<?php $this->end() ?>
|
|
|
|
|
|
|
|
<?php $this->start('stylesheets') ?>
|
|
|
|
<style>
|
|
|
|
p {margin-bottom: 20px;}
|
|
|
|
body {text-align: center;}
|
|
|
|
</style>
|
|
|
|
<?php $this->end() ?>
|
|
|
|
|
|
|
|
<?php $this->start('main') ?>
|
2019-09-12 09:09:17 +03:00
|
|
|
<h1>Oops!</h1>
|
2017-10-13 13:22:19 +03:00
|
|
|
<hr>
|
2019-09-12 20:45:24 +03:00
|
|
|
<p>This short URL doesn't seem to be valid.</p>
|
2019-09-12 09:09:17 +03:00
|
|
|
<p>Make sure you included all the characters, with no extra punctuation.</p>
|
2017-10-13 13:22:19 +03:00
|
|
|
<?php $this->end() ?>
|