15 lines
326 B
HTML
15 lines
326 B
HTML
|
|
||
|
<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>
|