Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-markin committed Jun 6, 2024
1 parent c1fe2ed commit 4d86d74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</head>
<body>
<h1>Hello world!</h1>
<p>test</p>
<button class="add-button">Add to home screen</button>
</body>
</html>
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ html {
height: 100%;
background: rgb(207, 233, 255);
}

.add-button {
display: none;
}

0 comments on commit 4d86d74

Please sign in to comment.