30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <head>
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|   <meta name="format-detection" content="telephone=yes">
 | |
|   <meta charset="utf-8">
 | |
|   <meta http-equiv="expires" content="0">
 | |
|   <meta name="robots" content="noarchive">
 | |
|   <title>Welcome</title>
 | |
|   <link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
 | |
|   <script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
 | |
| </head>
 | |
| <body>
 | |
|   <div class="container mt-5">
 | |
|     <div class="row">
 | |
|       <div class="col-lg-9 col-12 mx-auto">
 | |
|         <div class="jumbotron">
 | |
|           <h1>Congratulations!</h1>
 | |
|           <p class="lead">Your Web-Base Installation is now ready to use!</p>
 | |
|           <hr class="my-4" />
 | |
|           <p>
 | |
|             You can now login into your <a href="/admin">Administrator Dashboard</a> to adjust your settings
 | |
|             and add routes & pages.
 | |
|             You can add new documents and views by adding classes in the corresponding
 | |
|             directories and link to them, by creating rules in the Administrator Dashboard.
 | |
|           </p>
 | |
|         </div>
 | |
|       </div>
 | |
|     </div>
 | |
|   </div>
 | |
| </body> |