Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision authored Aug 23, 2024
1 parent 07f4f7a commit 3aed158
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions create/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Create a JSON file which can be uploaded to our Quiz and Matchup games.">
<title>Create - Rasper Revision</title>

<!-- SITE NAME -->
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Rasper Revision",
"url" : "https://rasperrevision.github.io/"
}
</script>

<!-- FAVICON -->
<link rel="icon" type="image/png" href="/assets/favicon.png">
Expand Down

0 comments on commit 3aed158

Please sign in to comment.