meta + favicon

This commit is contained in:
Kevin Ngo
2018-12-10 16:05:04 -08:00
parent b9bb446deb
commit 8c9a50b550
3 changed files with 16 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -5,18 +5,17 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A free and open source clone of Beat Saber with 6000 songs."> <meta name="description" content="A free and open source clone of Beat Saber with 6000+ community songs.">
<meta name="keywords" content="vr, webvr, beat, saber, aframe"> <meta name="keywords" content="vr, webvr, beat, saber, aframe">
<meta name="og:title" content="Super Saber"> <meta name="og:title" content="Super Saber">
<meta name="og:image" content="https://supermedium.com/supersaber/site/assets/splash.jpg"> <meta name="og:image" content="https://supermedium.com/supersaber/site/assets/splash.jpg">
<meta name="og:description" content="A free and open source clone of Beat Saber with 6000 songs."> <meta name="og:description" content="A free and open source clone of Beat Saber with 6000+ community songs.">
<meta property="og:url" content="https://supermedium.com/supersaber/"> <meta property="og:url" content="https://supermedium.com/supersaber/">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://supermedium.com/supersaber"> <meta name="twitter:site" content="https://supermedium.com/supersaber">
<meta name="twitter:creator" content="@supermediumvr"> <meta name="twitter:creator" content="@supermediumvr">
<meta name="twitter:title" content="Super Saber"> <meta name="twitter:title" content="Super Saber">
<meta name="twitter:description" content="A free and open source clone of Beat Saber with 6000 songs."> <meta name="twitter:description" content="A free and open source clone of Beat Saber with 6000+ community songs.">
<meta name="twitter:image" content="https://supermedium.com/supersaber/site/assets/splash.jpg"> <meta name="twitter:image" content="https://supermedium.com/supersaber/site/assets/splash.jpg">
<link rel="shortcut icon" href="site/assets/favicon.png" type="image/x-icon"> <link rel="shortcut icon" href="site/assets/favicon.png" type="image/x-icon">

View File

@@ -2,8 +2,20 @@
<html> <html>
<head> <head>
<title>Super Saber</title> <title>Super Saber</title>
<meta name="description" content="Beat Saber on the VR Web with searchable and playable community songs from Beat Saver."> <meta name="description" content="A free and open source clone of Beat Saber with 6000+ community songs.">
<meta name="keywords" content="vr, webvr, beat, saber, aframe">
<meta name="og:title" content="Super Saber">
<meta name="og:image" content="https://supermedium.com/supersaber/site/assets/splash.jpg">
<meta name="og:description" content="A free and open source clone of Beat Saber with 6000+ community songs.">
<meta property="og:url" content="https://supermedium.com/supersaber/">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://supermedium.com/supersaber">
<meta name="twitter:creator" content="@supermediumvr">
<meta name="twitter:title" content="Super Saber">
<meta name="twitter:description" content="A free and open source clone of Beat Saber with 6000+ community songs.">
<meta name="twitter:image" content="https://supermedium.com/supersaber/site/assets/splash.jpg">
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon"> <link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
{% if DEBUG_AFRAME %} {% if DEBUG_AFRAME %}
<script src="http://{{ HOST }}:9000/dist/aframe-master.js"></script> <script src="http://{{ HOST }}:9000/dist/aframe-master.js"></script>
{% elif IS_PRODUCTION %} {% elif IS_PRODUCTION %}