summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2017-07-12 17:23:24 -0500
committerRobby Workman <rworkman@slackware.com>2017-07-12 17:23:24 -0500
commit9c39b139478f6ea2a7b5e7371f8b7670d0078c5c (patch)
tree0042000785e9763c4d950dfd373ad68362aa92a0
parent9ade046a5db8a53e6f10919628657d7fcdf42e31 (diff)
downloadslackware-freenode-9c39b139478f6ea2a7b5e7371f8b7670d0078c5c.tar.xz
index.html: More formatting and validation enhancements
-rw-r--r--css/main.css1
-rw-r--r--index.html36
2 files changed, 26 insertions, 11 deletions
diff --git a/css/main.css b/css/main.css
index 20724e2..41c5a3e 100644
--- a/css/main.css
+++ b/css/main.css
@@ -3,7 +3,6 @@ body
background-color: #DCDCDC;
color: black;
font-family: sans-serif;
- font-size: normal;
margin-left: 3em;
margin-right: 3em;
}
diff --git a/index.html b/index.html
index f99e022..6dbd5e2 100644
--- a/index.html
+++ b/index.html
@@ -3,18 +3,19 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<meta http-equiv="expires" content="0" />
-<meta name="language" content="en-us" />
-<meta name="keywords" content="slackware freenode irc" />
-<meta name="abstract" content="##slackware on freenode" />
-<meta name="author" content="Robby Workman" />
-<meta name="contact" content="rworkman AT slackware.com" />
-<meta name="generator" content="vi" />
-<link rel="stylesheet" type="text/css" href="/slackware-freenode/css/main.css" />
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="expires" content="0" />
-<title>##slackware info</title>
+ <meta name="language" content="en-us" />
+ <meta name="keywords" content="slackware freenode irc" />
+ <meta name="abstract" content="##slackware on freenode" />
+ <meta name="author" content="Robby Workman" />
+ <meta name="contact" content="rworkman AT slackware.com" />
+ <meta name="generator" content="vi" />
+ <link rel="stylesheet" type="text/css" href="/slackware-freenode/css/main.css" />
+
+ <title>##slackware info</title>
</head>
<body>
@@ -198,6 +199,21 @@
</li>
</ul>
</div>
+ <br />
+ <div align="center">
+ <p>
+ <a href="https://validator.w3.org/check?uri=referer">
+ <img src="https://www.w3.org/Icons/valid-xhtml10"
+ alt="Valid XHTML 1.0 Transitional"
+ height="31" width="88" /></a>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ <a href="https://jigsaw.w3.org/css-validator/check/referer">
+ <img style="border:0;width:88px;height:31px;"
+ src="https://jigsaw.w3.org/css-validator/images/vcss"
+ alt="Valid CSS!" /> </a>
+ </p>
+ </div>
+ <br />
</body>
</html>