mirror of
https://github.com/orangeglo/gbnp.git
synced 2026-04-24 15:16:51 -05:00
OG meta tag updates
This commit is contained in:
parent
f0fb3be6a9
commit
04d2be8489
|
|
@ -3,16 +3,18 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Game Boy Nintendo Power ROM Builder</title>
|
||||
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
|
||||
<meta name="description" content="GBNP is a tool to create new ROMs for the Nintendo Power GB Memory cartridge.">
|
||||
<meta property="og:description" content="GBNP is a tool to create new ROMs for the Nintendo Power GB Memory cartridge." />
|
||||
<meta property="og:image" content="img/favicon.png" />
|
||||
<meta property="og:image" content="https://orangeglo.github.io/gbnp/img/gbnp.png" />
|
||||
<meta property="og:url" content="https://orangeglo.github.io/gbnp/" />
|
||||
<meta property="og:site_name" content="Game Boy Nintendo Power Cartridge Builder" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<script src="script/vue.min.js"></script>
|
||||
<script id="devload" src="script/devload.js"></script>
|
||||
<script src="script/gbnp.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||||
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user