fixed css for landing page

This commit is contained in:
2022-04-24 11:35:33 +02:00
parent 2910af81c9
commit 52fe63c4d3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css" /> <link rel="stylesheet" href="web/css" />
</head> </head>
<body> <body>
<h1>Widerhall front page</h1> <h1>Widerhall front page</h1>