Skip to content

Commit

Permalink
Add arrow to 404 page “Back to PaintZ” link
Browse files Browse the repository at this point in the history
  • Loading branch information
ZMYaro committed Nov 5, 2018
1 parent 4828a26 commit af904f7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions app/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,22 @@
</head>
<body>
<header class="appBar z1" role="toolbar" style="background-color: #3f51b5;">
<a role="button" href="/" title="Back" style="margin-left: -12px;"><svg role="img" fill="#ffffff"><title>Back</title><use xlink:href="/images/icons/back.svg#icon" href="/images/icons/back.svg#icon"></use></svg></a>
<a role="button" href="/" title="Back" style="margin-left: -12px;">
<svg role="img" style="fill: #ffffff;">
<title>Back</title>
<use xlink:href="/images/icons/back.svg#icon" href="/images/icons/back.svg#icon"></use>
</svg>
</a>
Page Not Found
</header>
<section style="text-align: center;">
<p>The page you tried to open does not exist.</p>
<a role="button" href="/" style="color: #3f51b5;">Back to PaintZ</a>
<a role="button" href="/" style="color: #3f51b5;">
<svg role="img" style="fill: #3f51b5; width: 24px; height: 24px; margin: -7px; margin-right: 4px;">
<use xlink:href="/images/icons/back.svg#icon" href="/images/icons/back.svg#icon"></use>
</svg>
Back to PaintZ
</a>
</section>
</body>
</html>

0 comments on commit af904f7

Please sign in to comment.