static: repair HTML

This commit is contained in:
Astro 2023-10-27 01:53:45 +02:00
parent c6fcddcf3b
commit 8326f26eef

View file

@ -2,13 +2,13 @@
<html lang="en" xml:lang="en"> <html lang="en" xml:lang="en">
<head> <head>
<title>#FediBuzz Relay</title> <title>#FediBuzz Relay</title>
<meta charset="utf-8"/> <meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="index,follow"/> <meta name="robots" content="index,follow">
<meta name="description" content="The buzzing ActivityPub relay service"/> <meta name="description" content="The buzzing ActivityPub relay service">
<meta name="keywords" content="activitypub relay fedibuzz"/> <meta name="keywords" content="activitypub relay fedibuzz">
<meta name="language" content="en"/> <meta name="language" content="en">
<meta name="author" content="Astro"/> <meta name="author" content="Astro">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
@ -49,7 +49,7 @@
<article> <article>
<h2>Follow posts by #tag</h2> <h2>Follow posts by #tag</h2>
<div> <div>
<input id="tag" len="20" placeholder="tag"/> <input id="tag" size="20" placeholder="tag">
</div> </div>
<pre id="tag-url"> <pre id="tag-url">
</pre> </pre>
@ -57,7 +57,7 @@
<article> <article>
<h2>Follow posts by instance</h2> <h2>Follow posts by instance</h2>
<div> <div>
<input id="instance" len="20" placeholder="example.xyz"/> <input id="instance" size="20" placeholder="example.xyz">
</div> </div>
<pre id="instance-url"> <pre id="instance-url">
</pre> </pre>