diff options
| author | Fuwn <[email protected]> | 2021-09-18 23:22:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-18 23:22:04 -0700 |
| commit | b658a60745f31e4ee99341a74376c495a75a817c (patch) | |
| tree | b261f873122a90218b8d737a2207ac6ee85ce04a | |
| parent | feat(index): youtube link (diff) | |
| download | yucky.fun-b658a60745f31e4ee99341a74376c495a75a817c.tar.xz yucky.fun-b658a60745f31e4ee99341a74376c495a75a817c.zip | |
fix(index): yuckyaiming
| -rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"> - <title>yucky // nasty, even.</title> + <title>yucky! aiming // nasty, even.</title> <script src="jquery.html"></script> <link rel="stylesheet" type="text/css" href="style.css"> <link rel="icon" href="favicon.html"/> @@ -17,17 +17,17 @@ </script> </video> <div id="center"> - <a href="https://twitter.com/yucky_de" target=_blank> - <pre>yucky // nasty, even.</pre> + <a href="https://twitter.com/yuckyaiming" target=_blank> + <pre>yucky! aiming // nasty, even.</pre> </a> <div class="animated fadeIn"> <p align="middle"> [ <a href="https://fuwn.link/apply2yucky" target=_blank>application_form</a> . <a href="https://discord.io/yucky" target=_blank>discord_server</a> . - <a href="https://twitter.com/yucky_de" target="_blank">twitter</a> . - <a href="https://github.com/yucky-de" target=_blank>github</a> . - <a href="https://steamcommunity.com/groups/yucky_de" target="_blank">steam_group</a> . + <a href="https://twitter.com/yuckyaiming" target="_blank">twitter</a> . + <a href="https://github.com/yuckyaiming" target=_blank>github</a> . + <a href="https://steamcommunity.com/groups/yuckyaiming" target="_blank">steam_group</a> . <a href="https://www.youtube.com/channel/UCDZsU0eaFU0HjcM_1bpYbUA" target=_blank>youtube</a> ] </p> </div> |