all repos — myprecious @ bf1121dbaf0e48befb0831a845cd069e9e546519

A lightweight web service to backup precious game saves.

myprecious/templates/about.html (view raw)

 1{% extends "base.html" %}
 2{% block title %}faqs{% endblock %}
 3{% block content %}
 4<h2>What am I looking at?</h2>
 5<p>It's my favorite (overcomplicated and not safe at all) way of storing your most precious savefiles!</p>
 6<h2>This is useless</h2>
 7<p>I know, right?</p>
 8<h2>Your minimal design looks familiar...</h2>
 9<p>You should check out <a href="https://lipu.li/?u=m15o&p=projects">m15o</a>'s projects.</p>
10{% endblock %}