diff options
| author | s1n <[email protected]> | 2019-10-20 16:41:35 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-20 16:41:35 -0700 |
| commit | fa6828c564fe8074658ef0ac95fb20edc0df13d2 (patch) | |
| tree | 97205dee6fc9bce331f7d55f599e91638fa7c46a /work/index.html | |
| parent | rename files to index to fix them not showing up (diff) | |
| download | p.s1n.pw-admin-fa6828c564fe8074658ef0ac95fb20edc0df13d2.tar.xz p.s1n.pw-admin-fa6828c564fe8074658ef0ac95fb20edc0df13d2.zip | |
favicon
Diffstat (limited to 'work/index.html')
| -rw-r--r-- | work/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/work/index.html b/work/index.html index 9e387b8..b982080 100644 --- a/work/index.html +++ b/work/index.html @@ -6,7 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="author" content="harrnish"> - <title>Work | Portfolio Website Template | CODEGRID</title> + <title>Work | s1nical</title> <!-- stylesheet --> <link rel="stylesheet" href="/css/style.css"> @@ -22,6 +22,9 @@ <link rel="stylesheet" href="/css/animate.css"> <script src="/js/wow.min.js"></script> + <!-- favicon --> + <link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg"> + </head> <body> <div class="wrapper"> |