-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5841db
commit 9c20baf
Showing
34 changed files
with
21,023 additions
and
20,896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@app.route('/c') | ||
def c(): | ||
return render_template('c.html') | ||
|
||
@app.route('/cpp') | ||
def cpp(): | ||
return render_template('cpp.html') | ||
|
||
@app.route('/java') | ||
def java(): | ||
return render_template('java.html') | ||
|
||
@app.route('/login') | ||
def login(): | ||
return render_template('login.html') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Flask==2.3.2 | ||
flask-socketio==6.1.1 |
Binary file not shown.
Oops, something went wrong.