You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			57 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
| <html>
 | |
|   <head>
 | |
|     <meta
 | |
|       http-equiv="Content-Security-Policy"
 | |
|       content="default-src 'none';
 | |
|             child-src 'self';
 | |
|             connect-src 'self' https: wss:;
 | |
|             font-src 'self';
 | |
|             form-action 'self';
 | |
|             frame-src 'none';
 | |
|             img-src 'self' blob: data:;
 | |
|             media-src 'self' blob:;
 | |
|             object-src 'none';
 | |
|             script-src 'self' 'unsafe-inline';
 | |
|             style-src 'self' 'unsafe-inline';"
 | |
|     />
 | |
|     <link href="stylesheets/dist/manifest.css" rel="stylesheet" type="text/css" />
 | |
|     <style>
 | |
|       body {
 | |
|         text-align: center;
 | |
|         background-color: rgba(0, 0, 0);
 | |
|         color: white;
 | |
|         font-size: 14px;
 | |
|       }
 | |
| 
 | |
|       img {
 | |
|         margin-top: 1em;
 | |
|         padding: 12px;
 | |
|       }
 | |
| 
 | |
|       a {
 | |
|         color: white;
 | |
|       }
 | |
|     </style>
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <img src="images/session/session_icon.png" width="250" height="250" />
 | |
| 
 | |
|     <div class="version"></div>
 | |
|     <div class="commitHash"></div>
 | |
|     <div class="environment"></div>
 | |
|     <div>
 | |
|       <a href="https://getsession.org">getsession.org</a>
 | |
|     </div>
 | |
|     <br />
 | |
|     <div>
 | |
|       <a class="privacy" href="https://getsession.org/privacy-policy">Privacy Policy</a><br />
 | |
|       <a class="privacy" href="https://getsession.org/terms-of-service/">Terms of Service</a>
 | |
|     </div>
 | |
| 
 | |
|     <script type="text/javascript">
 | |
|       require('./ts/mains/about_start.js');
 | |
|     </script>
 | |
|   </body>
 | |
| </html>
 |