Helping to make the page viewable without JS.
This commit is contained in:
parent
b6c157f2dc
commit
467ac68502
BIN
public/heart-icon.png
Normal file
BIN
public/heart-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<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="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta name="description" content="Web site created using create-react-app" />
|
<meta name="description" content="Web site created using create-react-app" />
|
||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<div class="App" id="remove-1">
|
<div class="App" id="remove-1">
|
||||||
<header class="App-header">
|
<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>
|
<p>
|
||||||
<code class="App-statement">You are important and loved</code>
|
<code class="App-statement">You are important and loved</code>
|
||||||
</p>
|
</p>
|
||||||
@ -119,4 +119,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user