mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
largesized
This commit is contained in:
2
404.html
2
404.html
@@ -17,7 +17,7 @@
|
|||||||
<center>
|
<center>
|
||||||
<h0>404</h0><br>
|
<h0>404</h0><br>
|
||||||
<p class="msg">Sorry, that page doesn't exist.</p><br><br>
|
<p class="msg">Sorry, that page doesn't exist.</p><br><br>
|
||||||
<button onclick="window.location.href = 'index.html';"><h6>Back To Home Page</h6></button>
|
<button class="large" onclick="window.location.href = 'index.html';">Back To Home Page</button>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -36,6 +36,10 @@ button {
|
|||||||
transition-duration: 0.4s;
|
transition-duration: 0.4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.large {
|
||||||
|
font-size: 150%;
|
||||||
|
}
|
||||||
|
|
||||||
button.listing
|
button.listing
|
||||||
{
|
{
|
||||||
width: 75%;
|
width: 75%;
|
||||||
|
|||||||
Reference in New Issue
Block a user