3
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
2024-12-03 13:43:16 +03:00
parent 9466596554
commit de3fceb031

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1>To-Do List for DEVOPS</h1>
<h1>To-Do List for DEVOPS test</h1>
<form action="/add" method="POST">
<input type="text" name="title" placeholder="Add a new task" required>
<button type="submit">Add</button>