Fixed pi easter egg
This commit is contained in:
parent
dcea7116d7
commit
a60e45acb5
|
@ -6,7 +6,7 @@ body, h1, p, ul, li, li2, p1 {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
color: rgb(40, 40, 40);
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<div class="spacer"></div>
|
||||
<li><h1>HectaBit news</h1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>We have scaled up our systems to an Intel Pentium laptop, a much needed upgrade over the Raspberry Pi. We are planning to bring matrix back soon...</p1></li>
|
||||
<li><p1>We have scaled up our systems to an Intel Pentium laptop, a much needed upgrade over the Raspberry</p1><a href="/pi" target="_blank"> Pi.</a><p1> We are planning to bring matrix back soon...</p1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>We have brought matrix down due to performance issues, it will be back up when we upscale in future.</p1></li>
|
||||
<div class="spacer"></div>
|
||||
|
|
Reference in New Issue