mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
nm
This commit is contained in:
2
404.html
2
404.html
@@ -15,7 +15,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
<h0>404</h0><br>
|
<h0>404</h0><br>
|
||||||
<p>Sorry, that page doesn't exist.</p>
|
<p class="msg">Sorry, that page doesn't exist.</p>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -86,8 +86,12 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h0 {
|
h0 {
|
||||||
font-size: 750%;
|
font-size: 1000%;
|
||||||
background-color: #7F00FF;
|
color: #7F00FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.msg {
|
||||||
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user