5 changed files with 176 additions and 182 deletions
			
			
		| @ -0,0 +1,48 @@ | |||||
|  | <!DOCTYPE html> | ||||
|  | <html lang="en"> | ||||
|  | 
 | ||||
|  | <head> | ||||
|  |     <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||||
|  |     <title>Bitwarden_rs Admin Panel</title> | ||||
|  | 
 | ||||
|  |     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.min.css" | ||||
|  |         integrity="sha256-azvvU9xKluwHFJ0Cpgtf0CYzK7zgtOznnzxV4924X1w=" crossorigin="anonymous" /> | ||||
|  |     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" | ||||
|  |         crossorigin="anonymous"></script> | ||||
|  |     <script src="https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.10.0/js/md5.js" integrity="sha256-tCQ/BldMlN2vWe5gAiNoNb5svoOgVUhlUgv7UjONKKQ=" | ||||
|  |         crossorigin="anonymous"></script> | ||||
|  |     <script src="https://cdnjs.cloudflare.com/ajax/libs/identicon.js/2.3.3/identicon.min.js" integrity="sha256-nYoL3nK/HA1e1pJvLwNPnpKuKG9q89VFX862r5aohmA=" | ||||
|  |         crossorigin="anonymous"></script> | ||||
|  | 
 | ||||
|  |     <style> | ||||
|  |         body { | ||||
|  |             padding-top: 70px; | ||||
|  |         } | ||||
|  | 
 | ||||
|  |         img { | ||||
|  |             width: 48px; | ||||
|  |             height: 48px; | ||||
|  |         } | ||||
|  |     </style> | ||||
|  | </head> | ||||
|  | 
 | ||||
|  | <body class="bg-light"> | ||||
|  |     <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top shadow"> | ||||
|  |         <a class="navbar-brand" href="#">Bitwarden_rs</a> | ||||
|  |         <div class="navbar-collapse"> | ||||
|  |             <ul class="navbar-nav"> | ||||
|  |                 <li class="nav-item active"> | ||||
|  |                     <a class="nav-link" href="/admin">Admin Panel</a> | ||||
|  |                 </li> | ||||
|  |                 <li class="nav-item"> | ||||
|  |                     <a class="nav-link" href="/">Vault</a> | ||||
|  |                 </li> | ||||
|  |             </ul> | ||||
|  |         </div> | ||||
|  |     </nav> | ||||
|  |      | ||||
|  |     {{> (page_content) }} | ||||
|  | </body> | ||||
|  | 
 | ||||
|  | </html> | ||||
					Loading…
					
					
				
		Reference in new issue