diff options
| author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2026-07-10 12:34:06 +0200 |
|---|---|---|
| committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2026-07-10 12:34:06 +0200 |
| commit | 6e4493add95c4b8fe2e5e8b63a5349183de3b85d (patch) | |
| tree | a4153baf74c6bd67ccab48cfe0f731de4b9244ee | |
| parent | 405a8b677905b59b94525bdfdf38d354fba6f14c (diff) | |
this is devdev
| -rwxr-xr-x | cgi/view_meeting.py | 2 | ||||
| -rw-r--r-- | www/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cgi/view_meeting.py b/cgi/view_meeting.py index 92bf534..7c9a23d 100755 --- a/cgi/view_meeting.py +++ b/cgi/view_meeting.py @@ -44,5 +44,5 @@ meeting_data = extract_meeting(meeting_id) print("Content-Type: text/plain") print("") -print("This is master") +print("This is dev") print(meeting_data) diff --git a/www/index.html b/www/index.html index e755277..158981d 100644 --- a/www/index.html +++ b/www/index.html @@ -14,7 +14,7 @@ <p>If you click the "Submit" button, the form-data will be sent to a page called "/view_meeting".</p> -<h3>master</h3> +<h3>dev</h3> </body> </html> |
