steve0greatness,
created on Wednesday, 22 November 2023, 21:42:21 (1700689341),
received on Monday, 6 May 2024, 02:55:32 (1714964132)
Author identity: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com>
5945bfa74d26c43ebf673f94171a95dfce0d6afd
blog/How-to-Store-Passwords.htm
@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How to Store Passwords</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/global.css">
</head>
<body>
global.css
@@ -0,0 +1,15 @@
.breadcrumbs {
display: flex;
list-style-type: none;
padding: 0;
}
.breadcrumbs li:not(:first-child)::before {
display: inline-block;
content: "»";
margin: 0 8px;
}
.direct-link {
text-decoration: none;
font-size: 12px;
}
index.html
@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Steve0Greatness</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/global.css">
</head>
<body>
style.css
@@ -1,15 +0,0 @@
.breadcrumbs {
display: flex;
list-style-type: none;
padding: 0;
}
.breadcrumbs li:not(:first-child)::before {
display: inline-block;
content: "»";
margin: 0 8px;
}
.direct-link {
text-decoration: none;
font-size: 12px;
}