Use main website CSS and add fallback images

This commit is contained in:
Anthony Wang 2021-10-31 12:14:04 -05:00
parent 307e227fe2
commit 5ca6c7daf6
Signed by: a
GPG Key ID: BC96B00AEC5F2D76
6 changed files with 10 additions and 18 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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;
}

View File

@ -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>