Skip to content

Commit a24df10

Browse files
committed
- add redirect to daily quote generator
1 parent f03a107 commit a24df10

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dqg.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Redirecting to Daily Quote Generator</title>
7+
<meta http-equiv="refresh" content="0; URL=https://www.gptgames.dev/tools/daily_quote_generator.html">
8+
<link rel="canonical" href="https://www.gptgames.dev/tools/daily_quote_generator.html">
9+
<script type="text/javascript">
10+
window.location.href = "https://www.gptgames.dev/tools/daily_quote_generator.html";
11+
</script>
12+
</head>
13+
<body>
14+
<h1>Redirecting to Daily Quote Generator</h1>
15+
<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>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)