Stealing css part 2
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>pull/3/head
parent
d94f8dfa5c
commit
0d55322cd2
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "Content-type: text/html"
|
||||
echo ""
|
||||
echo "<br>"
|
||||
echo "<footer>"
|
||||
echo "<p>Made with <3 by ~vern team</p>"
|
||||
echo "<p>Copyright (C) 2022-2023 <a href=/en/admins>~vern team</a>. <a rel="license" href="/LICENSE.txt">Some rights reserved</a> under CC BY-SA 4.0.</p>"
|
||||
|
|
|
@ -14,3 +14,4 @@
|
|||
<a aria-label="RSS" href="/blog/feed.xml"><i style="color: #EE802F;" data-content="RSS Feed" data-position="top center" data-variation="inverted tiny"><svg style="display: inline-block; vertical-align: text-top; fill: currentcolor;" viewBox="0 0 16 16" class="svg octicon-rss" width="18" height="18" aria-hidden="true"><path fill-rule="evenodd" d="M2.002 2.725a.75.75 0 0 1 .797-.699C8.79 2.42 13.58 7.21 13.974 13.201a.75.75 0 1 1-1.497.098 10.502 10.502 0 0 0-9.776-9.776.75.75 0 0 1-.7-.798zM2 13a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm.84-5.95a.75.75 0 0 0-.179 1.489c2.509.3 4.5 2.291 4.8 4.8a.75.75 0 1 0 1.49-.178A7.003 7.003 0 0 0 2.838 7.05z"></path></svg></i></a>
|
||||
</nav>
|
||||
</header>
|
||||
<br>
|
||||
|
|
|
@ -26,6 +26,10 @@ footer {
|
|||
padding-bottom:0.5rem;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: 0.2em 0 0.2em 0;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Reference in New Issue