diff options
| -rwxr-xr-x | 404.html | 1 | ||||
| -rw-r--r-- | Schoolproject/.DS_Store | bin | 0 -> 6148 bytes | |||
| -rw-r--r--[-rwxr-xr-x] | favicon.ico | bin | 18046 -> 15406 bytes | |||
| -rwxr-xr-x | index.html | 3 | ||||
| -rwxr-xr-x | template.html | 1 |
5 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,7 @@ <head> <title>404 Page Not Found</title> <link href="CSS/main.css" rel="stylesheet" type="text/css"> + <link href="favicon.ico" rel="icon" sizes="any"> </head> <body> <ul> diff --git a/Schoolproject/.DS_Store b/Schoolproject/.DS_Store Binary files differnew file mode 100644 index 0000000..c78d5e7 --- /dev/null +++ b/Schoolproject/.DS_Store diff --git a/favicon.ico b/favicon.ico Binary files differindex c4c0599..2224936 100755..100644 --- a/favicon.ico +++ b/favicon.ico @@ -3,8 +3,9 @@ <title>Jacob McDonnell</title> <meta name="description" content="This is the personal website for the real Jacob McDonnell. Feel free to look around, you might find something interesting."/> <meta name="author" content="Jacob McDonnell"/> - <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell"/> + <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell,jacob,mcdonnell,jacob mcdonnell"/> <link href="CSS/main.css" rel="stylesheet" type="text/css"> + <link href="favicon.ico" rel="icon" sizes="any"> </head> <body> <ul> diff --git a/template.html b/template.html index 712599f..206b3e0 100755 --- a/template.html +++ b/template.html @@ -2,6 +2,7 @@ <head> <title>Jacob McDonnell</title> <link href="CSS/main.css" rel="stylesheet" type="text/css"> + <link href="favicon.ico" rel="icon" sizes="any"> </head> <body> <ul> |
