mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-10-31 13:07:44 +09:00 
			
		
		
		
	Replaced index.html with page with some info, including a the swag documentation. Added http502 helper page, also linking to our docs. UI suggestions welcome
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|     <head>
 | |
|         <title>Welcome to your SWAG instance</title>
 | |
|         <style>
 | |
|         body{
 | |
|             font-family: Helvetica, Arial, sans-serif;
 | |
|         }
 | |
|         .message{
 | |
|             width:440px;
 | |
|             padding:20px 40px;
 | |
|             margin:0 auto;
 | |
|             background-color:#f9f9f9;
 | |
|             border:1px solid #ddd;
 | |
|             color: #1e3d62;
 | |
|         }
 | |
|         center{
 | |
|             margin:40px 0;
 | |
|         }
 | |
|         h1{
 | |
|             font-size: 18px;
 | |
|             line-height: 26px;
 | |
|         }
 | |
|         p{
 | |
|             font-size: 12px;
 | |
|         }
 | |
|         a{
 | |
|             color: rgb(207, 48, 139);
 | |
|         }
 | |
|         </style>
 | |
|     </head>
 | |
|     <body>
 | |
|         <div class="message">
 | |
|             <h1>Welcome to your <a target="_blank" href="https://github.com/linuxserver/docker-swag">SWAG</a> instance</h1>
 | |
|             <p>A webserver and reverse proxy solution brought to you by <a target="_blank" href="https://www.linuxserver.io/">linuxserver.io</a> with php support and a built-in Certbot client.</p>
 | |
|             <p>We have a article on how to use swag here: <a target="_blank" href="https://docs.linuxserver.io/general/swag">docs.linuxserver.io</a></p>
 | |
|             <p>For help and support, please visit: <a target="_blank" href="https://www.linuxserver.io/support">inuxserver.io/support</a></p>
 | |
|         </div>
 | |
|     </body>
 | |
| </html> |