2017-10-13 05:22:19 -05:00
|
|
|
<?php $this->layout('ShlinkCore::layout/default') ?>
|
|
|
|
|
|
|
|
<?php $this->start('title') ?>
|
2019-09-12 01:09:17 -05:00
|
|
|
Invalid URL
|
2017-10-13 05:22:19 -05: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 01:09:17 -05:00
|
|
|
<h1>Oops!</h1>
|
2017-10-13 05:22:19 -05:00
|
|
|
<hr>
|
2019-09-12 12:45:24 -05:00
|
|
|
<p>This short URL doesn't seem to be valid.</p>
|
2019-09-12 01:09:17 -05:00
|
|
|
<p>Make sure you included all the characters, with no extra punctuation.</p>
|
2017-10-13 05:22:19 -05:00
|
|
|
<?php $this->end() ?>
|