Skip to content

Commit 5ff70a5

Browse files
committed
divert themes
1 parent f8d0a5b commit 5ff70a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2023/08/14/Themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="refresh" content="5; url=https://script-fu.github.io/artbox/hub/themes/folder/"> <title>Website Relocated</title> <style> body { background-color: #808080; /* Mid-gray */ color: white; font-family: Arial, sans-serif; text-align: center; padding: 20px; } a { color: #add8e6; /* Light blue */ text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } .message { margin-top: 20%; } </style> </head> <body> <div class="message"> <h1>This Website Has Been Relocated</h1> <p>You will be redirected to the new location automatically in 5 seconds.</p> <p>If you are not redirected, click here: <a href="https://script-fu.github.io/artbox/hub/themes/folder/">Visit the New Website</a> </p> </div> </body> </html>

0 commit comments

Comments
 (0)