Initial Commit

This commit is contained in:
Xevion
2022-03-26 16:38:52 -05:00
commit 0b140fc9da
5 changed files with 174 additions and 0 deletions

10
templates/base.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Runnerspace</title>
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
</head>
<body>
</body>
</html>

0
templates/index.html Normal file
View File