23 lines
		
	
	
		
			614 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			614 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="upgrade">
 | |
| 
 | |
|     <div class="navbar">
 | |
|         <div class="navbar-inner">
 | |
|             <div class="title">Upgrade Required</div>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
| 
 | |
|     <div class="page-content">
 | |
| 
 | |
|         <div class="block text-center">
 | |
|             <p>This version of TerranQuest is too old to work properly with the
 | |
|                 game server.</p>
 | |
|         </div>
 | |
| 
 | |
|     </div>
 | |
| 
 | |
| </div> |