Skip to content

Commit

Permalink
link shorteners for my TM
Browse files Browse the repository at this point in the history
  • Loading branch information
PadjokeJ committed Oct 29, 2024
1 parent 8b17749 commit 92bee14
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TM/game/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="refresh" content="0; url=https://padjokej.itch.io/silva-sanctus" />
</head>

<body>
<h1>REDIRECTING TO ITCH.IO</h1>
<p><a href="https://padjokej.itch.io/silva-sanctus">If you dont get redirected, please click here</a></p>
</body>
</html>
12 changes: 12 additions & 0 deletions TM/source/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="refresh" content="0; url=https://github.com/PadjokeJ/SilvaSanctus" />
</head>

<body>
<h1>REDIRECTING TO SOURCE CODE</h1>
<p><a href="https://github.com/PadjokeJ/SilvaSanctus">If you dont get redirected, please click here</a></p>
</body>
</html>

0 comments on commit 92bee14

Please sign in to comment.