commit 21381fb09d85a92cce6cb8b0f9b412b99d5d7cd1 parent 0ebb971329f0644677d608cc1df9cd35b3e1ee6a Author: mpizzzle <m@michaelpercival.xyz> Date: Tue, 30 Jun 2020 19:35:40 +0100 updating header Diffstat:
| M | index.html | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html @@ -3,9 +3,10 @@ <head> <title>Michael Percival's Home Page</title> -<meta charset="utf-8"> -<meta name="author" content="mpizzzle"> -<link href="style.css" rel="stylesheet"> +<meta charset="utf-8"/ > +<meta name="author" content="mpizzzle"/ > +<link rel="stylesheet" type="text/css" href="style.css"/ > +<link rel="icon" type="image/jpg" href="mpizzzle.jpg"/ > </head> <body>