mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-06-24 14:23:58 +00:00
added w3c manifest.json
This commit is contained in:
@ -2,6 +2,15 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>8bitworkshop IDE</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="application-name" content="8bitworkshop">
|
||||
<meta name="apple-mobile-web-app-title" content="8bitworkshop">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="msapplication-navbutton-color" content="#ffffff">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="msapplication-starturl" content="/redir.html">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">
|
||||
<style type="text/css" media="screen">
|
||||
body {
|
||||
|
9
manifest.json
Normal file
9
manifest.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "8bitworkshop",
|
||||
"short_name": "8bitworkshop",
|
||||
"lang": "en-US",
|
||||
"start_url": "index.html",
|
||||
"display": "standalone",
|
||||
"theme_color": "#ffffff",
|
||||
"orientation": "landscape"
|
||||
}
|
@ -1,4 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Privacy Policy
|
||||
|
2
tss
2
tss
Submodule tss updated: d630ddcb29...61a1691a1d
Reference in New Issue
Block a user