aiunseyias
This commit is contained in:
parent
45d45b1d6d
commit
bbec45fbd9
2 changed files with 65 additions and 35 deletions
47
style2.css
Normal file
47
style2.css
Normal file
|
@ -0,0 +1,47 @@
|
|||
html {
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
body {
|
||||
color: aliceblue;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 5px;
|
||||
font-family: 'Franklin Gothic Medium';
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: rgb(231, 196, 255);
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: rgb(231, 196, 255);
|
||||
}
|
||||
|
||||
.header {
|
||||
font-size: small;
|
||||
margin: 0px;
|
||||
width: max-content;
|
||||
/* height: 200px; */
|
||||
/* outline: dashed 2px white; */
|
||||
/* Center child horizontally*/
|
||||
display: flex;
|
||||
flex: 2 1 auto;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: 10px;
|
||||
/* width: 350px; */
|
||||
/* height: 200px; */
|
||||
outline: dashed 2px white;
|
||||
/* Center child horizontally*/
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
|
@ -2,45 +2,28 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../style.css" type="text/css">
|
||||
<title>Transparency</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../style2.css" type="text/css">
|
||||
<title>Transparency</title>
|
||||
</head>
|
||||
|
||||
<body style="font-size:2ch;font-family: monospace; color: azure;">
|
||||
<!-- <body style="font-size:2ch;font-family: monospace; color: azure;">
|
||||
<span style="font-size: 1.2ch;margin: 0 auto;">
|
||||
<a>Go back?: <a href="https://zzls.xyz/index-en">YES TAKE ME TO THE MAIN PAGE PLEASE!!!</a>
|
||||
</span>
|
||||
<div class="content">
|
||||
<p>Here you will find invoices, complains, some emails about the servers that i own. Thats
|
||||
it's.</p>
|
||||
<p>Remember that you can review my NGINX and services configurations here: <a
|
||||
href="https://git.zzls.xyz/Fijxu/etc-configs">yes, here<a>
|
||||
<p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="./2023-08/">2023-08</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./2023-07/">2023-07</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./2023-06/">2023-06</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./2023-05/">2023-05</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./2023-04/">2023-04</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./2023-03/">2023-03</a>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
<img </div>
|
||||
</span> -->
|
||||
<div class="header">
|
||||
<p><a href="https://nadeko.net">Go back?</a></p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>Here you will find invoices, complains, some emails about the servers that i own. Thats
|
||||
it's.</p>
|
||||
<p>Remember that you can review my NGINX and services configurations here: <a
|
||||
href="https://git.zzls.xyz/Fijxu/etc-configs">yes, here</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue