move title and description to package.json
This commit is contained in:
@@ -2,13 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>Instacode</title>
|
||||
<meta name="description" content="Scratchpad for instant JavaScript code running">
|
||||
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
||||
<link rel="mask-icon" href="/img/icons/android-chrome-maskable-192x192.png" color="#7ACED7">
|
||||
<meta name="theme-color" content="#7ACED7">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user