Skip to content

Commit 8fe1529

Browse files
committed
add redirect to dev blog 2
1 parent 41924f5 commit 8fe1529

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

r/b2.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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" />
6+
<title>B - Dev Blog #2: Elevation, WebGL, and Multiplayer</title>
7+
8+
<!-- HTML Redirect for Crawlers and Fallback -->
9+
<meta http-equiv="refresh" content="0; url=https://home.behr.dev/articles/dev-blog-2-elevation-webgl-multiplayer.html">
10+
11+
<!-- Open Graph / Facebook -->
12+
<meta property="og:title" content="B - Dev Blog #2: Elevation, WebGL, and Multiplayer">
13+
<meta property="og:description" content="Taking B to the next dimension with WebGL and Multiplayer.">
14+
<meta property="og:url" content="https://home.behr.dev/articles/dev-blog-2-elevation-webgl-multiplayer.html">
15+
<meta property="og:type" content="article">
16+
<!-- Must be an absolute URL for cross-domain link shorteners -->
17+
<meta property="og:image" content="https://home.behr.dev/assets/img/articles/dev-blog-2-elevation-webgl-multiplayer/thumbnail.png">
18+
19+
<!-- Twitter -->
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:title" content="B - Dev Blog #2">
22+
<meta name="twitter:description" content="Taking B to the next dimension with WebGL and Multiplayer.">
23+
<meta name="twitter:image" content="https://home.behr.dev/assets/img/articles/dev-blog-2-elevation-webgl-multiplayer/thumbnail.png">
24+
25+
<meta name="theme-color" content="#00FFFE">
26+
27+
<!-- JavaScript redirect for instant user routing -->
28+
<script>window.location.replace("https://home.behr.dev/articles/dev-blog-2-elevation-webgl-multiplayer.html");</script>
29+
</head>
30+
<body>
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)