Added stuff
This commit is contained in:
parent
9b8ecc8555
commit
cd9a49a19a
10 changed files with 96 additions and 12 deletions
11
src/views/Defaults.java
Normal file
11
src/views/Defaults.java
Normal 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>";
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue