mirror of https://github.com/docusealco/docuseal
				
				
				
			
							parent
							
								
									866bf7291d
								
							
						
					
					
						commit
						24380784a0
					
				| @ -1,67 +1,66 @@ | |||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html> | <html> | ||||||
| <head> |   <head> | ||||||
|   <title>The page you were looking for doesn't exist (404)</title> |     <title>The page you were looking for doesn't exist (404)</title> | ||||||
|   <meta name="viewport" content="width=device-width,initial-scale=1"> |     <meta name="viewport" content="width=device-width,initial-scale=1"> | ||||||
|   <style> |     <style> | ||||||
|   .rails-default-error-page { |     .error-page { | ||||||
|     background-color: #EFEFEF; |       background-color: #FAF7F4; | ||||||
|     color: #2E2F30; |       color: #2E2F30; | ||||||
|     text-align: center; |       text-align: center; | ||||||
|     font-family: arial, sans-serif; |       font-family: arial, sans-serif; | ||||||
|     margin: 0; |       margin: 0; | ||||||
|   } |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog { |     .error-page h1 { | ||||||
|     width: 95%; |       font-weight: 700; | ||||||
|     max-width: 33em; |       font-size: 3em; | ||||||
|     margin: 4em auto 0; |       color: #291434; | ||||||
|   } |       margin: 0 0 0.1em; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog > div { |     .error-page h2 { | ||||||
|     border: 1px solid #CCC; |       font-weight: 700; | ||||||
|     border-right-color: #999; |       font-size: 10em; | ||||||
|     border-left-color: #999; |       color: #3BBFF7; | ||||||
|     border-bottom-color: #BBB; |       margin: 0 0 0.1em; | ||||||
|     border-top: #B00100 solid 4px; |     } | ||||||
|     border-top-left-radius: 9px; |  | ||||||
|     border-top-right-radius: 9px; |  | ||||||
|     background-color: white; |  | ||||||
|     padding: 7px 12% 0; |  | ||||||
|     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); |  | ||||||
|   } |  | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page h1 { |     .error-page h3 { | ||||||
|     font-size: 100%; |       font-weight: 600; | ||||||
|     color: #730E15; |       font-size: 1.75em; | ||||||
|     line-height: 1.5em; |       color: #291434; | ||||||
|   } |       margin: 0.5em 0; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog > p { |     .error-page a.btn { | ||||||
|     margin: 0 0 1em; |       display: inline-block; | ||||||
|     padding: 1em; |       width: auto; | ||||||
|     background-color: #F7F7F7; |       background-color: #291434; | ||||||
|     border: 1px solid #CCC; |       padding: 1em 1.5em; | ||||||
|     border-right-color: #999; |       border-radius: 25px; | ||||||
|     border-left-color: #999; |       color: #ffffff; | ||||||
|     border-bottom-color: #999; |       text-decoration: none; | ||||||
|     border-bottom-left-radius: 4px; |       margin: 1em 0; | ||||||
|     border-bottom-right-radius: 4px; |       text-transform: uppercase; | ||||||
|     border-top-color: #DADADA; |     } | ||||||
|     color: #666; |  | ||||||
|     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); |  | ||||||
|   } |  | ||||||
|   </style> |  | ||||||
| </head> |  | ||||||
| 
 | 
 | ||||||
| <body class="rails-default-error-page"> |     .error-page div.dialog { | ||||||
|   <!-- This file lives in public/404.html --> |       width: 95%; | ||||||
|   <div class="dialog"> |       max-width: 33em; | ||||||
|     <div> |       margin: 6em auto 0; | ||||||
|       <h1>The page you were looking for doesn't exist.</h1> |     } | ||||||
|       <p>You may have mistyped the address or the page may have moved.</p> |     </style> | ||||||
|  |   </head> | ||||||
|  | 
 | ||||||
|  |   <body class="error-page"> | ||||||
|  |     <div class="dialog"> | ||||||
|  |       <div> | ||||||
|  |         <h1>DocuSeal</h1> | ||||||
|  |         <h2>404</h2> | ||||||
|  |         <h3>Sorry, we couldn't find this page.</h3> | ||||||
|  |       </div> | ||||||
|  |       <a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a> | ||||||
|     </div> |     </div> | ||||||
|     <p>If you are the application owner check the logs for more information.</p> |   </body> | ||||||
|   </div> |  | ||||||
| </body> |  | ||||||
| </html> | </html> | ||||||
|  | |||||||
| @ -1,67 +1,66 @@ | |||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html> | <html> | ||||||
| <head> |   <head> | ||||||
|   <title>The change you wanted was rejected (422)</title> |     <title>The change you wanted was rejected (422)</title> | ||||||
|   <meta name="viewport" content="width=device-width,initial-scale=1"> |     <meta name="viewport" content="width=device-width,initial-scale=1"> | ||||||
|   <style> |     <style> | ||||||
|   .rails-default-error-page { |     .error-page { | ||||||
|     background-color: #EFEFEF; |       background-color: #FAF7F4; | ||||||
|     color: #2E2F30; |       color: #2E2F30; | ||||||
|     text-align: center; |       text-align: center; | ||||||
|     font-family: arial, sans-serif; |       font-family: arial, sans-serif; | ||||||
|     margin: 0; |       margin: 0; | ||||||
|   } |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog { |     .error-page h1 { | ||||||
|     width: 95%; |       font-weight: 700; | ||||||
|     max-width: 33em; |       font-size: 3em; | ||||||
|     margin: 4em auto 0; |       color: #291434; | ||||||
|   } |       margin: 0 0 0.1em; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog > div { |     .error-page h2 { | ||||||
|     border: 1px solid #CCC; |       font-weight: 700; | ||||||
|     border-right-color: #999; |       font-size: 10em; | ||||||
|     border-left-color: #999; |       color: #FABE22; | ||||||
|     border-bottom-color: #BBB; |       margin: 0 0 0.1em; | ||||||
|     border-top: #B00100 solid 4px; |     } | ||||||
|     border-top-left-radius: 9px; |  | ||||||
|     border-top-right-radius: 9px; |  | ||||||
|     background-color: white; |  | ||||||
|     padding: 7px 12% 0; |  | ||||||
|     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); |  | ||||||
|   } |  | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page h1 { |     .error-page h3 { | ||||||
|     font-size: 100%; |       font-weight: 600; | ||||||
|     color: #730E15; |       font-size: 1.75em; | ||||||
|     line-height: 1.5em; |       color: #291434; | ||||||
|   } |       margin: 0.5em 0; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog > p { |     .error-page a.btn { | ||||||
|     margin: 0 0 1em; |       display: inline-block; | ||||||
|     padding: 1em; |       width: auto; | ||||||
|     background-color: #F7F7F7; |       background-color: #291434; | ||||||
|     border: 1px solid #CCC; |       padding: 1em 1.5em; | ||||||
|     border-right-color: #999; |       border-radius: 25px; | ||||||
|     border-left-color: #999; |       color: #ffffff; | ||||||
|     border-bottom-color: #999; |       text-decoration: none; | ||||||
|     border-bottom-left-radius: 4px; |       margin: 1em 0; | ||||||
|     border-bottom-right-radius: 4px; |       text-transform: uppercase; | ||||||
|     border-top-color: #DADADA; |     } | ||||||
|     color: #666; |  | ||||||
|     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); |  | ||||||
|   } |  | ||||||
|   </style> |  | ||||||
| </head> |  | ||||||
| 
 | 
 | ||||||
| <body class="rails-default-error-page"> |     .error-page div.dialog { | ||||||
|   <!-- This file lives in public/422.html --> |       width: 95%; | ||||||
|   <div class="dialog"> |       max-width: 33em; | ||||||
|     <div> |       margin: 6em auto 0; | ||||||
|       <h1>The change you wanted was rejected.</h1> |     } | ||||||
|       <p>Maybe you tried to change something you didn't have access to.</p> |     </style> | ||||||
|  |   </head> | ||||||
|  | 
 | ||||||
|  |   <body class="error-page"> | ||||||
|  |     <div class="dialog"> | ||||||
|  |       <div> | ||||||
|  |         <h1>DocuSeal</h1> | ||||||
|  |         <h2>422</h2> | ||||||
|  |         <h3>You're not allowed to access this page</h3> | ||||||
|  |       </div> | ||||||
|  |       <a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a> | ||||||
|     </div> |     </div> | ||||||
|     <p>If you are the application owner check the logs for more information.</p> |   </body> | ||||||
|   </div> |  | ||||||
| </body> |  | ||||||
| </html> | </html> | ||||||
|  | |||||||
| @ -1,66 +1,66 @@ | |||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html> | <html> | ||||||
| <head> |   <head> | ||||||
|   <title>We're sorry, but something went wrong (500)</title> |     <title>We're sorry, but something went wrong (500)</title> | ||||||
|   <meta name="viewport" content="width=device-width,initial-scale=1"> |     <meta name="viewport" content="width=device-width,initial-scale=1"> | ||||||
|   <style> |     <style> | ||||||
|   .rails-default-error-page { |     .error-page { | ||||||
|     background-color: #EFEFEF; |       background-color: #FAF7F4; | ||||||
|     color: #2E2F30; |       color: #2E2F30; | ||||||
|     text-align: center; |       text-align: center; | ||||||
|     font-family: arial, sans-serif; |       font-family: arial, sans-serif; | ||||||
|     margin: 0; |       margin: 0; | ||||||
|   } |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog { |     .error-page h1 { | ||||||
|     width: 95%; |       font-weight: 700; | ||||||
|     max-width: 33em; |       font-size: 3em; | ||||||
|     margin: 4em auto 0; |       color: #291434; | ||||||
|   } |       margin: 0 0 0.1em; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog > div { |     .error-page h2 { | ||||||
|     border: 1px solid #CCC; |       font-weight: 700; | ||||||
|     border-right-color: #999; |       font-size: 10em; | ||||||
|     border-left-color: #999; |       color: #F97272; | ||||||
|     border-bottom-color: #BBB; |       margin: 0 0 0.1em; | ||||||
|     border-top: #B00100 solid 4px; |     } | ||||||
|     border-top-left-radius: 9px; |  | ||||||
|     border-top-right-radius: 9px; |  | ||||||
|     background-color: white; |  | ||||||
|     padding: 7px 12% 0; |  | ||||||
|     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); |  | ||||||
|   } |  | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page h1 { |     .error-page h3 { | ||||||
|     font-size: 100%; |       font-weight: 600; | ||||||
|     color: #730E15; |       font-size: 1.75em; | ||||||
|     line-height: 1.5em; |       color: #291434; | ||||||
|   } |       margin: 0.5em 0; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|   .rails-default-error-page div.dialog > p { |     .error-page a.btn { | ||||||
|     margin: 0 0 1em; |       display: inline-block; | ||||||
|     padding: 1em; |       width: auto; | ||||||
|     background-color: #F7F7F7; |       background-color: #291434; | ||||||
|     border: 1px solid #CCC; |       padding: 1em 1.5em; | ||||||
|     border-right-color: #999; |       border-radius: 25px; | ||||||
|     border-left-color: #999; |       color: #ffffff; | ||||||
|     border-bottom-color: #999; |       text-decoration: none; | ||||||
|     border-bottom-left-radius: 4px; |       margin: 1em 0; | ||||||
|     border-bottom-right-radius: 4px; |       text-transform: uppercase; | ||||||
|     border-top-color: #DADADA; |     } | ||||||
|     color: #666; |  | ||||||
|     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); |  | ||||||
|   } |  | ||||||
|   </style> |  | ||||||
| </head> |  | ||||||
| 
 | 
 | ||||||
| <body class="rails-default-error-page"> |     .error-page div.dialog { | ||||||
|   <!-- This file lives in public/500.html --> |       width: 95%; | ||||||
|   <div class="dialog"> |       max-width: 33em; | ||||||
|     <div> |       margin: 6em auto 0; | ||||||
|       <h1>We're sorry, but something went wrong.</h1> |     } | ||||||
|  |     </style> | ||||||
|  |   </head> | ||||||
|  | 
 | ||||||
|  |   <body class="error-page"> | ||||||
|  |     <div class="dialog"> | ||||||
|  |       <div> | ||||||
|  |         <h1>DocuSeal</h1> | ||||||
|  |         <h2>500</h2> | ||||||
|  |         <h3>We're sorry, but something went wrong</h3> | ||||||
|  |       </div> | ||||||
|  |       <a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a> | ||||||
|     </div> |     </div> | ||||||
|     <p>If you are the application owner check the logs for more information.</p> |   </body> | ||||||
|   </div> |  | ||||||
| </body> |  | ||||||
| </html> | </html> | ||||||
|  | |||||||
					Loading…
					
					
				
		Reference in new issue