Skip to content

Commit

Permalink
Merge 7afe82d into 379ad74
Browse files Browse the repository at this point in the history
  • Loading branch information
Levifernandes00 committed Oct 2, 2019
2 parents 379ad74 + 7afe82d commit a58ffe2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Error 404: Not Found</h1>
<h1 id="title">SORRY</h1>
<h1>We couldn't find that page</h1>
<div id="doggy" >
<img src="low-profile-dog-1.png" />
</div>
<h2 style="text-align: center">We may help on our <a href="https://github.com/hoodiehq/hoodie">Github repository</a></h2>
</body>
</html>
4 changes: 4 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ h1 {
font-size:39px;
}

#title {
font-size: 50px;
}

.info {
margin-left:10%;
margin-right:10%;
Expand Down

0 comments on commit a58ffe2

Please sign in to comment.