Added stuff

This commit is contained in:
joss 2025-04-06 15:36:52 +02:00
parent 9b8ecc8555
commit cd9a49a19a
10 changed files with 96 additions and 12 deletions

11
src/views/Defaults.java Normal file
View file

@ -0,0 +1,11 @@
package hsmw.jotto5.beleg.views;
/**
* Enthält Parameter und Funktionen welche auf alle Views zutreffen.
*/
public class Defaults {
public static final String HTMLHEADER = "<!DOCTYPE html><html><title>Beleg SoSe 2025</title><link rel=stylesheet href=\"/style.css\"><head></head><body>";
public static final String HTMLFOOTER = "</body></html>";
}