diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-11-03 19:12:27 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-11-03 19:12:27 +0100 |
commit | 89cf52a10dfe7cfeb02c3f7f4b6842892eb04300 (patch) | |
tree | c8873cf4908491893c880d92aabbc8fb414bb7a7 /htdocs/public/index.ejs | |
parent | 6a0056b00deb2bda815567635b7a554bdc5e74de (diff) | |
download | wolfeye-js-89cf52a10dfe7cfeb02c3f7f4b6842892eb04300.tar.gz wolfeye-js-89cf52a10dfe7cfeb02c3f7f4b6842892eb04300.tar.bz2 wolfeye-js-89cf52a10dfe7cfeb02c3f7f4b6842892eb04300.zip |
Reverse proxy support
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r-- | htdocs/public/index.ejs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs index c11f225..36ab6d2 100644 --- a/htdocs/public/index.ejs +++ b/htdocs/public/index.ejs @@ -3,6 +3,7 @@ <div id="intro" style="height:100vh;display:flex;align-items: center;justify-content: center;margin: -20px;"> <div style="text-align: center;"> + <img src="/assets/sky.svg" class="sky"> <img src="/assets/fursona/main.jpg" style="height:60vh;"> <div style="position: relative;top: -40px;"> <h1 class="rnbwsquare-title">Hello, I'm Minteck</h1> @@ -227,9 +228,7 @@ <div style="text-align: center;"> <h2>Archives</h2> <h3>All the stuff I did is kept on my website, whether it's maintained or not.</h3> - <a href="/archive" target="_blank" class="big-button big-button-bg2 big-button-pt1">Visit archives →</a><a - href="/timeline" target="_blank" class="big-button big-button-bg2 big-button-pt2">View timeline - →</a> + <a href="/archive" target="_blank" class="big-button big-button-bg2">Visit archives →</a> </div> <div style="text-align: center;"> <h2>Who?!</h2> |