Helping to make the page viewable without JS.

This commit is contained in:
Alex Huddleston 2020-02-14 15:16:58 -06:00
parent b6c157f2dc
commit 467ac68502
2 changed files with 3 additions and 3 deletions

BIN
public/heart-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
@ -44,7 +44,7 @@
<div class="App" id="remove-1">
<header class="App-header">
<img src={logo} class="App-logo pure-img" alt="logo" />
<img src=heart-icon.png class="App-logo pure-img" alt="logo" />
<p>
<code class="App-statement">You are important and loved</code>
</p>
@ -119,4 +119,4 @@
</div>
</body>
</html>
</html>