index.html (891B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>guides</title> 6 <link rel="stylesheet" href="../style.css"> 7 <style> 8 header { 9 color: #5b35b2; 10 } 11 a { 12 color: #d34de2; 13 text-decoration: none; 14 } 15 a:hover { 16 color:white; 17 } 18 </style> 19 </head> 20 21 <body> 22 <div class="container"> 23 <div class="sidebar-l"> 24 <a href=".." style="color: cyan"> 25 <pre class="logo"> 26 ╻ 27 ┏┛ 28 ╹╹╹ 29 </pre> 30 </a> 31 </div> 32 33 <div class="content"> 34 <header> 35 <pre class="logo"> 36 ▗ ▌ 37 ▞▀▌▌ ▌▄ ▞▀▌▞▀▖▞▀▘ 38 ▚▄▌▌ ▌▐ ▌ ▌▛▀ ▝▀▖ 39 ▗▄▘▝▀▘▀▘▝▀▘▝▀▘▀▀ 40 41 </pre> 42 </header> 43 44 <!-- <b style="color: yellow">PINNED</b> --> 45 46 <li><b><a href="gpg.html">GPG Guide</a></b> gpg is a program</li> 47 48 </div> <!--content--> 49 50 </div> <!--container--> 51 52 </body> 53 54 </html>