diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-22 18:49:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-22 18:49:13 +0200 |
commit | dfd75d24623624396c8d126a872f451469669ce3 (patch) | |
tree | 32b33f9b574fabe448d2d3c0a1245dbb095d5544 | |
parent | Better index (diff) | |
download | joe-www-dfd75d24623624396c8d126a872f451469669ce3.tar.gz joe-www-dfd75d24623624396c8d126a872f451469669ce3.tar.bz2 joe-www-dfd75d24623624396c8d126a872f451469669ce3.tar.xz joe-www-dfd75d24623624396c8d126a872f451469669ce3.tar.zst joe-www-dfd75d24623624396c8d126a872f451469669ce3.zip |
Added css
Diffstat (limited to '')
-rw-r--r-- | css/site.css | 0 | ||||
-rw-r--r-- | index.html | 6 |
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 @@ -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> |