Use main website CSS and add fallback images
This commit is contained in:
parent
307e227fe2
commit
5ca6c7daf6
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Don't Use Discord</title>
|
||||
<link href="/blog/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
|
|
@ -2,12 +2,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>The exozyme blog</title>
|
||||
<link href="/blog/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<br>
|
||||
<img src="/logo.webp" alt="exozyme" height="324" width="324">
|
||||
<picture>
|
||||
<source srcset="/logo.webp" type="image/webp">
|
||||
<source srcset="/logo.png" type="image/png">
|
||||
<img src="/logo.png" alt="exozyme" height="324" width="324">
|
||||
</picture>
|
||||
<br>
|
||||
|
||||
<h2>Blog</h2>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>LDAP Hell</title>
|
||||
<link href="/blog/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>The Next Step</title>
|
||||
<link href="/blog/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
|
12
style.css
12
style.css
|
@ -1,12 +0,0 @@
|
|||
div {
|
||||
text-align:center;
|
||||
font-family:monospace;
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align:left;
|
||||
margin:auto;
|
||||
width:720px;
|
||||
line-height: 24px;
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Taking Back the Web</title>
|
||||
<link href="/blog/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
|
Reference in New Issue