make blog entries match main website theme
and use html metadata for creation date
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
<meta name="date" content="2023/05/01">
|
||||
<title>It's Alive!</title>
|
||||
<link rel=stylesheet href=style.css>
|
||||
<body>
|
||||
<body style="background-color: #161617;">
|
||||
<p>
|
||||
Cloning via http(s) now works!
|
||||
<br><br>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<meta name="date" content="2023/06/27">
|
||||
<title>librex and dots</title>
|
||||
<link rel=stylesheet href=style.css>
|
||||
<body>
|
||||
<body style="background-color: #161617;">
|
||||
<p>
|
||||
Hello!
|
||||
<br><br>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<meta name="date" content="2023/03/11">
|
||||
<title>state of the site</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<body>
|
||||
<body style="background-color: #161617;">
|
||||
<p>
|
||||
Hello o/, and welcome to my website!<br>
|
||||
As of right now I am still setting things up, I have a git server running but I am
|
||||
|
@ -1,20 +0,0 @@
|
||||
html {
|
||||
background-color: #121212;
|
||||
border: 3vh solid #121212;
|
||||
font-family: sans-serif;
|
||||
font-size: 2vh;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
background-color: #f44336;
|
||||
color: white;
|
||||
padding: 1px 1px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
background-color: red;
|
||||
}
|
1
blog/style.css
Symbolic link
1
blog/style.css
Symbolic link
@ -0,0 +1 @@
|
||||
../style.css
|
Reference in New Issue
Block a user