Browse Source

Add manifest & metadata;

feature/split
Nero Ignis 5 years ago
parent
commit
768a701a2c
  1. 12
      index.htm
  2. 16
      manifest.json

12
index.htm

@ -1,9 +1,15 @@ @@ -1,9 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta charset="utf-8">
<meta property="og:title" content="Blackjack 🂱"/>
<meta property="og:description" content="Blackjack 🂱"/>
<meta property="og:image" content="img/heartsa.png"/>
<meta property="og:url" content="https://luna-development.net/blackjack/">
<meta property="og:type" content="game">
<meta property="fb:app_id" content="0">
<link rel="manifest" href="manifest.json">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>BlackJack ♠</title>
<link rel="stylesheet" href="css/bootstrap.min.css">

16
manifest.json

@ -0,0 +1,16 @@ @@ -0,0 +1,16 @@
{
"short_name": "Blackjack",
"name": "Blackjack",
"icons": [
{
"src": "/img/heartsa.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/blackjack/",
"background_color": "#349940",
"display": "standalone",
"scope": "/blackjack/",
"theme_color": "#349940"
}
Loading…
Cancel
Save