File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments