Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<html><head><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&amp;display=swap" rel="stylesheet">
<link href="/static/css/front.css?h" rel="stylesheet">
</head><body><nav>
<ul>
<div class="navlinks">
<a href="/"><img id="leftnav" src="/static/img/logo.png"></a>
<div class="insideN"><a href="/check">URL Check</a>
<a href="/">URL Shortener</a><a href="https://tinyl.uk/abuse">Report Abuse</a>
</div>
</div>
</ul>
</nav>
<div class="userform">
<h1 class="title-url">Enter the URL you wish to check</h1>
{{second | safe}}
<form action="/check" method="POST">
<input id="url" type="url" name="url" required="">
<br>
<input type="submit" id="submit" value="Check URL" name="click">
</form>
</div>
<div style="margin-top:10%">
<img src="/static/img/scroll.PNG">
</div>
<div class="promo-content">
<div class="container1">
<h1 class="title-promo">About this service</h1>
<div>
<p>Welcome to tinyl.uk, our free to use service which allows users to shorten up to 3 links each day and check unlimited URLs with our safety checker tool.<br>The service offered works as such: <br> Provide a valid url to shorten.<br> You will then be redirected to a page with your new shortened link which you can distribute<br><br> We offer custom solutions such as custom paths/extensions however this is only included in the <span style="font-size:24px;"><a href="/web/20210424232427/https://tinyl.uk/premium">premium</a></span> package.<br><br>Link tracking is also a feature which we offer as part of our free plan allowing anyone to track the traffic flow through their tinyl link.
</p>
</div>
</div>
<div class="container2">
<h1 class="title-promo">Want to go a step further with your business/marketing?</h1>
<p>Our premium package includes the following features</p>
<table>
<tbody>
<tr>
<th>
Free
</th>
<th>
Premium
</th>
</tr>
<tr>
<td>
Shorten 3 Links Per Day
</td>
<td>
Shorten Up To 50 Links Per Day
</td>
</tr>
<tr>
<td>
X
</td>
<td>
Real Time Analytics Provided For Each Shortened Link In Your Dashboard
</td>
</tr>
<tr>
<td>
X
</td>
<td>
Re-Route Destination URL
</td>
</tr>
<tr>
<td>
X
</td>
<td>
Social Media Integration
</td>
</tr>
<tr>
<td>
X
</td>
<td>
API Access
</td>
</tr>
</tbody>
</table>
<p>For enquiries contact us on enquiries@tinyl.uk</p>
</div>
</div>
</body></html>