-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add redirect to daily quote generator
- Loading branch information
1 parent
f03a107
commit a24df10
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Redirecting to Daily Quote Generator</title> | ||
<meta http-equiv="refresh" content="0; URL=https://www.gptgames.dev/tools/daily_quote_generator.html"> | ||
<link rel="canonical" href="https://www.gptgames.dev/tools/daily_quote_generator.html"> | ||
<script type="text/javascript"> | ||
window.location.href = "https://www.gptgames.dev/tools/daily_quote_generator.html"; | ||
</script> | ||
</head> | ||
<body> | ||
<h1>Redirecting to Daily Quote Generator</h1> | ||
<p>If you are not redirected automatically, follow this <a href="https://www.gptgames.dev/tools/daily_quote_generator.html">link to the Daily Quote Generator</a>.</p> | ||
</body> | ||
</html> |