Skip to content

Commit

Permalink
fix: simplified app to test lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
vickywane committed Jul 13, 2021
1 parent 3ee3d49 commit f1e15dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<base href="/" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
<!-- <link
href="https://fonts.googleapis.com/css?display=swap&family=Roboto:300,400,500,700|Material+Icons"
rel="stylesheet preconnect "
/>
/> -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes, minimal-ui"
Expand All @@ -16,10 +16,10 @@
href="https://fonts.googleapis.com/css?display=swap&family=Roboto:100,300,400,500,700,900"
rel="stylesheet preconnect"
/>
<link
<!-- <link
href="https://cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css?display=swap"
rel="stylesheet preconnect"
/>
/> -->
<link rel="icon preconnect" href="<%= BASE_URL %>favicon.ico" />
<title>Ambianic UI</title>
<meta
Expand Down

0 comments on commit f1e15dc

Please sign in to comment.