quadfile/templates/about.html

15 lines
326 B
HTML
Raw Normal View History

<html>
<head>
<title>QuadFile info</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<p>
This page is not yet done, just know this: Files are cleaned at set interval, do not use this for long time storage.
</p>
</body>
</html>