Clean up index.html

This commit is contained in:
2021-09-22 21:34:38 -05:00
parent bf1fc87a5b
commit ab0f93f0a1

View File

@@ -2,15 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="shortcut icon"
href="%PUBLIC_URL%/favicon.ico"
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"
/>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A ready-to-use serverless fullstack application template. Built with AWS Lambda, Express.js, React, AWS HTTP API, AWS DynamoDB and more!"
<meta name="description" content="A site that does bookmarks the right way"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
@@ -18,7 +13,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Serverless Fullstack Application</title>
<title>Forget Me Not</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>