UNPKG

ds-algo-study

Version:

Just experimenting with publishing a package

59 lines (55 loc) 1.61 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html" /> <meta name="Author" content="Bryan Guner" /> <link rel="stylesheet" href="./assets/prism.css" /> <link rel="stylesheet" href="./assets/style.css" /> <script async defer src="./assets/prism.js"></script> <title>directory</title> <style> a { color: black; } li { border: 1px solid black !important; font-size: 20px; letter-spacing: 0px; font-weight: 700; line-height: 16px; text-decoration: none !important; text-transform: uppercase; background: #194ccdaf !important; color: black !important; border: none; cursor: pointer; justify-content: center; padding: 30px 60px; height: 48px; text-align: center; white-space: normal; border-radius: 10px; min-width: 45em; padding: 1.2em 1em 0; box-shadow: 0 0 5px; margin: 1em; display: grid; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } </style> </head> <body> <ul> <li> <a href="./Data-Structures.html"> ./Data-Structures.html &nbsp;</a> </li> <li><a href="./sorting.html"> ./sorting.html &nbsp;</a></li> <li><a href="./web-dev-hub.html"> ./web-dev-hub.html &nbsp;</a></li> <li><a href="./web-dev-notes.html"> ./web-dev-notes.html &nbsp;</a></li> </ul> <h1>END OF PAGE</h1> </body> </html>