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 /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 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,6 +25,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"> @@ -65,7 +68,7 @@ <!--------------- hero section starts here ---------------> <div class="hero"> <div class="header"> - <h1 class="line anim-typewriter">I make brands matter in culture.</h1> + <h1 class="line anim-typewriter">I do what you won't.</h1> </div> </div> |