summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Richardson <[email protected]>2022-01-19 11:42:45 -0500
committerMichael Richardson <[email protected]>2022-01-19 11:42:45 -0500
commitd420cf304666e65af21bbe4609db8d2cce1f77e1 (patch)
treefa7050acd4d4514a4e194227e261a6f30e9dd139
parent0823125e4b11aecce586d360d393132f4c15e22f (diff)
downloadraylib.com-d420cf304666e65af21bbe4609db8d2cce1f77e1.tar.gz
raylib.com-d420cf304666e65af21bbe4609db8d2cce1f77e1.zip
add target="_blank"
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index 44410ab..53f35d5 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,9 @@
<body>
<div class="gamejam-2022-banner">
<div class="banner-content">
- <img class="banner-image" src="images/gamejam-2022-banner.png" />
+ <a href="https://itch.io/jam/raylib-5k-gamejam" target="_blank">
+ <img class="banner-image" src="images/gamejam-2022-banner.png" />
+ </a>
<div class="column">
<div class="color-block wasm">wasm</div>
<div class="color-block turquoise">priZes</div>
@@ -47,7 +49,7 @@
</div>
<div class="column">
<div class="color-block yellow">32MB</div>
- <a class="color-block red" href="https://itch.io/jam/raylib-5k-gamejam">
+ <a class="color-block red" href="https://itch.io/jam/raylib-5k-gamejam" target="_blank">
<div class="big">&rarr;</div>
<div>More Info</div>
</a>