actually use the right css path

This commit is contained in:
leah 2022-01-27 20:24:20 +00:00
parent 3dfa497689
commit 054781264e
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>{{.Server.Name}} Admin Panel</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='/resources/main.css'>
<link rel='stylesheet' type='text/css' media='screen' href='/resources/build/main.css'>
</head>
<body>
<h1 class="text-3xl font-bold underline">
<h1 class="text-9xl font-bold underline">
Hello world!
</h1>
</body>