25 lines
		
	
	
		
			740 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			740 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- This Source Code Form is subject to the terms of the Mozilla Public
 | |
|    - License, v. 2.0. If a copy of the MPL was not distributed with this
 | |
|    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 | |
| 
 | |
| <div class="page" data-name="connection">
 | |
| 
 | |
|     <div class="navbar">
 | |
|         <div class="navbar-inner">
 | |
|             <div class="title">No Connection</div>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
| 
 | |
|     <div class="page-content">
 | |
| 
 | |
|         <div class="block text-center">
 | |
|             <p>TerranQuest can't connect to the game server.
 | |
|                 <br />
 | |
|                 <span class="button button-outline button-large button-raised margin-top" onclick="restartApplication()">Try Again</span>
 | |
|             </p>
 | |
|         </div>
 | |
| 
 | |
|     </div>
 | |
| 
 | |
| </div> |