change style location in templates

This commit is contained in:
fram3d 2023-09-03 10:19:55 +02:00
parent 41553b2d74
commit 4e764e104a
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
3 changed files with 12 additions and 36 deletions

View File

@ -3,19 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/reset.css">
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" href="/styles/account.css">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<title>User password change in LDAP system</title>
<style>
.container {
max-width:900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
color: #3d3d3d;
}
body {
background-color: #e6e6e6;
}
</style>
</head>
<body>
<main class="container">

View File

@ -3,19 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/reset.css">
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" href="/styles/account.css">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<title>User registration to LDAP system</title>
<style>
.container {
max-width:900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
color: #3d3d3d;
}
body {
background-color: #e6e6e6;
}
</style>
</head>
<body>
<main class="container">

View File

@ -3,19 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/reset.css">
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" href="/styles/account.css">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<title>User unregistration to LDAP system</title>
<style>
.container {
max-width:900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
color: #3d3d3d;
}
body {
background-color: #e6e6e6;
}
</style>
</head>
<body>
<main class="container">