mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-09 20:08:24 -06:00
Initial Commit
This commit is contained in:
10
templates/base.html
Normal file
10
templates/base.html
Normal 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
0
templates/index.html
Normal file
Reference in New Issue
Block a user