Skip to content

Commit

Permalink
#37 | add basic style for message enable javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
leophan07 committed Dec 1, 2020
1 parent b021bcf commit 077bba4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<title>React App</title>

<style>
noscript {
font-weight: bold;
font-size: large;
display: flex;
justify-content: center;
background-color: #EF4444;
color: #ffffff;
padding: 20px;
border-radius: 10px;
width: 40%;
margin: 0 auto;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 077bba4

Please sign in to comment.