We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7257a4 commit 56b2740Copy full SHA for 56b2740
templates/index.html
@@ -16,7 +16,7 @@ <h1>Chess PGN Analyzer</h1>
16
</form>
17
18
<div id="board"></div>
19
- <div id="info"></div>
+ <div id="info"></div>
20
21
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
22
<script src="https://cdnjs.cloudflare.com/ajax/libs/chess.js/0.10.3/chess.min.js"></script>
vercel.json
@@ -12,4 +12,6 @@
12
"dest": "/app.py"
13
}
14
]
15
- }
+ }
+
0 commit comments