pslink 0.3.0

A simple webservice that allows registered users to create short links including qr-codes. Anyone can visit the shortened links. This is an ideal setup for small busines or for publishing papers.
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block content %}
<div class="center">
    <h3>This Link has not been found or has been deleted</h3>
    <h2>&nbsp;</h2>
</div>
{% endblock %}