fixed encoding problems on front page

This commit is contained in:
2022-04-22 18:52:03 +02:00
parent 49845a076a
commit 5d5a1faecf
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.23</version> <version>0.2.24</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css" /> <link rel="stylesheet" href="css" />
</head> </head>
<body> <body>