mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add metadata tags for embedding previews in some webapps
This commit is contained in:
@@ -1,5 +1,25 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Primary Meta Tags -->
|
||||||
|
<title>Registration - Openjam</title>
|
||||||
|
<meta name="title" content="Registration - Openjam" />
|
||||||
|
<meta name="description" content="Create an account for third-party Robocraft servers" />
|
||||||
|
|
||||||
|
<!-- Open Graph / Facebook -->
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://git.ngram.ca/OpenJam/servers" />
|
||||||
|
<meta property="og:title" content="Registration - Openjam" />
|
||||||
|
<meta property="og:description" content="Create an account for third-party Robocraft servers" />
|
||||||
|
<meta property="og:image" content="https://git.ngram.ca/OpenJam/servers/raw/branch/main/assets/robocraft/favicon.jpg" />
|
||||||
|
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
|
<meta property="twitter:url" content="https://git.ngram.ca/OpenJam/servers" />
|
||||||
|
<meta property="twitter:title" content="Registration - Openjam" />
|
||||||
|
<meta property="twitter:description" content="Create an account for third-party Robocraft servers" />
|
||||||
|
<meta property="twitter:image" content="https://git.ngram.ca/OpenJam/servers/raw/branch/main/assets/robocraft/favicon.jpg" />
|
||||||
|
|
||||||
|
|
||||||
<title>OpenJam Registration</title>
|
<title>OpenJam Registration</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/robocraft/favicon">
|
<link rel="icon" type="image/x-icon" href="/robocraft/favicon">
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user