diff options
| author | s1n <[email protected]> | 2019-09-18 12:59:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 12:59:42 -0700 |
| commit | 1e7102d4baa5a215765c8a0bfdc85f88994f9962 (patch) | |
| tree | 4faaf755271335f868c3a3b06cef5aef41a62b75 | |
| parent | Merge pull request #1 from 8cy/dev (diff) | |
| download | cs2-simple-website-1e7102d4baa5a215765c8a0bfdc85f88994f9962.tar.xz cs2-simple-website-1e7102d4baa5a215765c8a0bfdc85f88994f9962.zip | |
redirect to gb fix
| -rw-r--r-- | home/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/index.html b/home/index.html index a1e8b6e..af2e390 100644 --- a/home/index.html +++ b/home/index.html @@ -46,7 +46,7 @@ <br>
<br>
- <marquee behavior="" direction="left">Sign my <a class="guest" href="/guestbook.html">guestbook!</a></marquee>
+ <marquee behavior="" direction="left">Sign my <a class="guest" href="/cs2-simple-website/guestbook.html">guestbook!</a></marquee>
</center>
<div class="imgs">
|