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.
		
		
		
		
		
			
		
			
				
	
	
		
			50 lines
		
	
	
		
			657 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			50 lines
		
	
	
		
			657 B
		
	
	
	
		
			HTML
		
	
<html>
 | 
						|
<head>
 | 
						|
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
 | 
						|
<style>
 | 
						|
 | 
						|
body {
 | 
						|
  text-align: center;
 | 
						|
  background-color: #2090EA;
 | 
						|
  color: white;
 | 
						|
  font-size: 14px;
 | 
						|
}
 | 
						|
 | 
						|
img {
 | 
						|
  margin-top: 2em;
 | 
						|
  margin-bottom: 1em;
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
  color: white;
 | 
						|
}
 | 
						|
 | 
						|
</style>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
<img src='images/icon_250.png'>
 | 
						|
 | 
						|
<div>
 | 
						|
<script>
 | 
						|
  document.write('v', window.config.version);
 | 
						|
</script>
 | 
						|
</div>
 | 
						|
<div>
 | 
						|
  <a href="https://signal.org">signal.org</a>
 | 
						|
</div>
 | 
						|
 | 
						|
<script type='text/javascript' src='js/jquery.js'></script>
 | 
						|
<script>
 | 
						|
$(document).on('keyup', function(e) {
 | 
						|
  if (e.keyCode === 27) {
 | 
						|
    window.closeAbout();
 | 
						|
  }
 | 
						|
});
 | 
						|
</script>
 | 
						|
 | 
						|
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |