Fix line endings

This commit is contained in:
Tarrgon
2026-05-29 08:43:48 -04:00
parent 66d4bd4926
commit 6ad3ee5f23
98 changed files with 6528 additions and 6528 deletions
+29 -29
View File
@@ -1,29 +1,29 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>{{ title }}</title>
<style>
body {
background-color: #012e56;
color: #fff;
font-family: Verdana, sans-serif;
}
a {
color: #b4c7d9;
text-decoration: none;
}
a:hover {
color: #e9f2fa;
}
</style>
</head>
<body>
<h1>{{ title }}</h1>
<p>{{ message }}</p>
</body>
</html>
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>{{ title }}</title>
<style>
body {
background-color: #012e56;
color: #fff;
font-family: Verdana, sans-serif;
}
a {
color: #b4c7d9;
text-decoration: none;
}
a:hover {
color: #e9f2fa;
}
</style>
</head>
<body>
<h1>{{ title }}</h1>
<p>{{ message }}</p>
</body>
</html>