Added TreeView and ObjectView
This commit is contained in:
parent
50f80d3397
commit
a35d259fd8
4 changed files with 82 additions and 2 deletions
|
@ -5,7 +5,7 @@ package hsmw.jotto5.beleg.views;
|
|||
*/
|
||||
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><main>";
|
||||
public static final String HTMLFOOTER = "</main></body></html>";
|
||||
public static final String HTMLHEADER = "<!DOCTYPE html><html><title>Beleg SoSe 2025</title><link rel=stylesheet href=\"/style.css\"><head></head><body><div id=\"content\"><main><hr>";
|
||||
public static final String HTMLFOOTER = "</main><footer><i><center>Hier könnte ihr Text stehen!</center></i></footer></div></body></html>";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue