Skip to content

Commit

Permalink
Project turndown
Browse files Browse the repository at this point in the history
  • Loading branch information
oferb committed May 11, 2020
1 parent 94b47ae commit bddcda4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "public",
"public": "project_turndown",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
27 changes: 27 additions & 0 deletions project_turndown/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html dir="rtl" lang="he">

<body>
<style>
header {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background-color: #FCFBF6;
}
</style>

<header>
<div>
<h2 style="font-weight: 600;">מפת הקורונה של ישראל ירדה מהאוויר, לביינתים בתקווה שלתמיד</h2>
<br>
<h3>תודה לכל האנשים והגופים הנהדרים שלקחו חלק בפרויקט הזה</h3>
<br>
<h4>לכל שאלה מוזמנים לפנות אלינו כאן: [email protected]</h4>
<br>
</div>
</header>
</body>

</html>

0 comments on commit bddcda4

Please sign in to comment.