Skip to content

Commit

Permalink
push file: Q3J.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shabane committed Jul 23, 2023
1 parent a6bbfd8 commit 795e065
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions files/Q3J.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Directing to URL</title>
</head>
<body style="background-color: #313131;">
<center style="margin-top: 10%;">
<p style="font-size: xx-large; color: #5DADE2;">Redirecting =>
<a style="color: #48C9B0" href="https://example.ir/dsfsdfsdfsdfsdf">Here</a>
</p>
</center>


<pre style="color: #F0F3F4;">
.
└─►https://example.ir/dsfsdfsdfsdfsdf
</pre>

<div style="position: fixed; bottom: 0;">
<hr>

<p style="color: #CB4335;">
<big>
<a style="color: #58D68D;" href="https://github.com/shabane/gitlink">GtiLink Project</a>
</big>
<big style="color: #F0F3F4;"> | </big>

<big> Powered By: </big> <small style="color: #F5B041;">Python & StreamLit</small>
<big style="color: #F0F3F4;"> | </big>
</p>
</div>

<script>
location.replace("https://example.ir/dsfsdfsdfsdfsdf")
</script>

</body>
</html>

0 comments on commit 795e065

Please sign in to comment.