Patches
This commit is contained in:
6
ROOT/contact.html
Normal file
6
ROOT/contact.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<a>Your smart enough</a>
|
||||
<br>
|
||||
<a>Either you know, or you don't</a>
|
||||
</html>
|
@@ -53,10 +53,10 @@
|
||||
<i class="fa fa-caret-down"></i>
|
||||
</a>
|
||||
<div class="dropdown-content" id="DropList">
|
||||
<a href="#">Twitter</a>
|
||||
<a href="#">Instagram</a>
|
||||
<a href="#">Github</a>
|
||||
<a href="#">Contact</a>
|
||||
<a href="https://twitter.com/seppdroid">Twitter</a>
|
||||
<a href="https://www.instagram.com/seppdroid/">Instagram</a>
|
||||
<a href="https://github.com/SEPPDROID">Github</a>
|
||||
<a href="contact.html">Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
3
_CDN/css/skeleton.css
vendored
3
_CDN/css/skeleton.css
vendored
@@ -313,7 +313,8 @@ code {
|
||||
white-space: nowrap;
|
||||
background: #F1F1F1;
|
||||
border: 1px solid #E1E1E1;
|
||||
border-radius: 4px; }
|
||||
border-radius: 4px;
|
||||
overflow-x: auto;}
|
||||
pre > code {
|
||||
display: block;
|
||||
padding: 1rem 1.5rem;
|
||||
|
Reference in New Issue
Block a user