This commit is contained in:
TheErrorExe 2025-02-26 14:24:06 +01:00
parent 12c0fe0af6
commit 1ab4278ec1

View file

@ -4,6 +4,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{ title }}</title> <title>{{ title }}</title>
<style> <style>
.header {
background-color: #202020;
border-bottom:2px solid #2c2c2c;
padding: 10px 20px;
display: flex;
align-items: center;
}
a { a {
color: #3ea6ff; color: #3ea6ff;
text-decoration: none; text-decoration: none;