#109 reformat some files
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 5s
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package templates
|
||||
|
||||
|
||||
templ Layout(comp templ.Component) {
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -21,5 +20,3 @@ templ Layout(comp templ.Component) {
|
||||
</body>
|
||||
</html>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
package templates
|
||||
|
||||
|
||||
templ NotFound() {
|
||||
<h1 class="text-red-200">Not Found</h1>
|
||||
<h1 class="text-red-200">Not Found</h1>
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user