Compare commits

..

2 commits

Author SHA256 Message Date
n
f4ec127a95 rename again 2025-02-04 00:24:47 -06:00
n
f9db0dba0b we are cooking now 2025-02-04 00:22:03 -06:00
2 changed files with 8 additions and 1 deletions

7
src/toastbin/app.py Normal file
View file

@ -0,0 +1,7 @@
from flask import Flask, render_template
app = Flask(__name__)
@app.route("/")
def index:
return render_template

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>toastbin</title> <title>toastbin - {{ instance }}</title>
</head> </head>
<body> <body>