Update index.html

added twitter meta tags
This commit is contained in:
Sakimori 2020-12-31 04:42:43 -05:00 committed by GitHub
parent 866773be75
commit 7797ecdc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,10 @@
<script src="static/loader.js"></script> <script src="static/loader.js"></script>
<link rel="stylesheet" href="/static/games_page.css"> <link rel="stylesheet" href="/static/games_page.css">
<title>⚾ The Simmadome</title> <title>⚾ The Simmadome</title>
<meta property="og:title" content="Watch at the Simmadome" />
<meta property="og:description" content="The Simsim: Your players, your teams, your games." /> <meta property="og:description" content="The Simsim: Your players, your teams, your games." />
<meta name="twitter:card" content="summary"></meta>
<meta name="twitter:creator" content="SIBR_XVI"></meta>
</head> </head>
<body> <body>