Skip to content

Commit

Permalink
continue redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques committed Apr 22, 2024
1 parent 8e62d38 commit e993c4d
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 4 deletions.
13 changes: 13 additions & 0 deletions www/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev">
<title>Redirecting...</title>
</head>
<body>
<p>
Redirecting to
<a href="https://technicalwriting.dev">https://technicalwriting.dev</a>...
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions www/about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev">
<title>Redirecting...</title>
</head>
<body>
<p>
Redirecting to
<a href="https://technicalwriting.dev">https://technicalwriting.dev</a>...
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions www/posts/discovered-not-indexed.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev/seo/discovered-not-indexed.html.html">
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev/seo/discovered-not-indexed.html">
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to <a href="https://technicalwriting.dev/seo/discovered-not-indexed.html.html">https://technicalwriting.dev/seo/discovered-not-indexed.html.html</a>...</p>
<p>Redirecting to <a href="https://technicalwriting.dev/seo/discovered-not-indexed.html">https://technicalwriting.dev/seo/discovered-not-indexed.html</a>...</p>
</body>
</html>
4 changes: 2 additions & 2 deletions www/posts/discovered-not-indexed/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev/seo/discovered-not-indexed.html.html">
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev/seo/discovered-not-indexed.html">
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to <a href="https://technicalwriting.dev/seo/discovered-not-indexed.html.html">https://technicalwriting.dev/seo/discovered-not-indexed.html.html</a>...</p>
<p>Redirecting to <a href="https://technicalwriting.dev/seo/discovered-not-indexed.html">https://technicalwriting.dev/seo/discovered-not-indexed.html</a>...</p>
</body>
</html>
13 changes: 13 additions & 0 deletions www/posts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev">
<title>Redirecting...</title>
</head>
<body>
<p>
Redirecting to
<a href="https://technicalwriting.dev">https://technicalwriting.dev</a>...
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions www/tags.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev">
<title>Redirecting...</title>
</head>
<body>
<p>
Redirecting to
<a href="https://technicalwriting.dev">https://technicalwriting.dev</a>...
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions www/tags/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; URL=https://technicalwriting.dev">
<title>Redirecting...</title>
</head>
<body>
<p>
Redirecting to
<a href="https://technicalwriting.dev">https://technicalwriting.dev</a>...
</p>
</body>
</html>

0 comments on commit e993c4d

Please sign in to comment.