rename some files

This commit is contained in:
leah 2022-01-29 14:03:02 +00:00
parent aa95d5404f
commit 5525e96125
2 changed files with 27 additions and 14 deletions

View File

@ -1,23 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>{{.Server.Name}} Admin Panel</title>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='/resources/build/main.css'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
</head>
<body class="bg-slate-200 flex min-h-screen">
<div class="login">
<form>
<h3 class="font-bold mb-6 text-lg text-center">Log in to {{.Server.Name}} Admin</h3>
<a href="/login" class="button my-10 px-16">
Log In With Gitea
</a>
</form>
</div>
<body>
wowzers
</body>
</html>

23
templates/login.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<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/build/main.css'>
</head>
<body class="bg-slate-200 flex min-h-screen">
<div class="login">
<form>
<h3 class="font-bold mb-6 text-lg text-center">Log in to {{.Server.Name}} Admin</h3>
<a href="/login" class="button my-10 px-16">
Log In With Gitea
</a>
</form>
</div>
</body>
</html>