We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db9418 commit 34d02bfCopy full SHA for 34d02bf
part.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Part</title>
7
+</head>
8
+<body>
9
+
10
+ <h2>Part</h2>
11
+ <p>This is the part of the game.</p>
12
+ <a href="{{ url_for('index') }}">Back to Home</a>
13
+</body>
14
+</html>
0 commit comments