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.
		
		
		
		
		
			
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.3 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';
 | 
						|
            style-src 'self' 'unsafe-inline';"
 | 
						|
  >
 | 
						|
  <link href="stylesheets/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/icon_256.png' width='250' height='250'>
 | 
						|
 | 
						|
  <div class='version'></div>
 | 
						|
  <div class='commitHash'></div>
 | 
						|
  <div class='environment'></div>
 | 
						|
  <div>
 | 
						|
    <a href="https://getsession.org">loki.network</a>
 | 
						|
  </div>
 | 
						|
  <br>
 | 
						|
  <div>
 | 
						|
    <a class="privacy" href="https://getsession.org">Terms & Privacy Policy</a>
 | 
						|
  </div>
 | 
						|
 | 
						|
  <script type='text/javascript' src='node_modules/jquery/dist/jquery.js'></script>
 | 
						|
  <script type='text/javascript' src='js/about_start.js'></script>
 | 
						|
</body>
 | 
						|
</html>
 |