aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/site.css0
-rw-r--r--index.html6
2 files changed, 5 insertions, 1 deletions
diff --git a/css/site.css b/css/site.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/css/site.css
diff --git a/index.html b/index.html
index 63fd9cd..a870c9e 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,13 @@
<html>
<head>
<title>Joe's own website</title>
+ <link rel="stylesheet" type="text/css" href="css/site.css">
</head>
<body>
- <h1>Welcome to Joe's dev blog</h1>
+ <header>
+ <h1>Welcome to Joe's dev blog</h1>
+ <hr />
+ </header>
<div>
<table>
<tr>