75 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			75 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <title>Nozoids online</title>
 | 
						|
        <meta charset="utf-8" />
 | 
						|
        <style>
 | 
						|
 | 
						|
        #title{
 | 
						|
            font-family: "Lucida Grande", Verdana, Arial, sans-serif;
 | 
						|
            text-align: center;
 | 
						|
            color: #ddd;
 | 
						|
            font-size: 4ex;
 | 
						|
        }
 | 
						|
 | 
						|
        #text: {
 | 
						|
            font-family: "Lucida Grande", Verdana, Arial, sans-serif;
 | 
						|
            text-align: center;
 | 
						|
            color: #ddd;
 | 
						|
            font-size: 3ex;
 | 
						|
             }
 | 
						|
        a:link {
 | 
						|
            color: white;
 | 
						|
            }
 | 
						|
        a:visited {
 | 
						|
            color: gray;
 | 
						|
            }
 | 
						|
        a:hover {
 | 
						|
            color: blue;
 | 
						|
            }
 | 
						|
        a:visited {
 | 
						|
            color: gray;
 | 
						|
            }
 | 
						|
 | 
						|
        </style>
 | 
						|
    </head>
 | 
						|
 | 
						|
    <body style="background-color:#000;">
 | 
						|
 | 
						|
        <!--
 | 
						|
        Top Line
 | 
						|
        -->
 | 
						|
 | 
						|
       <div id="title" style="font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
 | 
						|
            text-align: center;color: #ddd;font-size: 3ex;">
 | 
						|
            1 / Live sound : <strong>VLC network stream</strong> http://xrkia.org:8000/NZ 
 | 
						|
 | 
						|
    </div>
 | 
						|
       <div id="title" style="font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
 | 
						|
            text-align: center;color: #ddd;font-size: 3ex;">2 / Choose to play a MMO-3 or OCS-2 ?
 | 
						|
 | 
						|
        </div>
 | 
						|
 | 
						|
 | 
						|
       <!--
 | 
						|
        Nozoids Grid
 | 
						|
        -->
 | 
						|
 | 
						|
        <div align="center" class="mainGrid">
 | 
						|
 | 
						|
            <div>
 | 
						|
                <a href="mmo3.html"> <img src="http://nozoid.com/wp-content/uploads/2019/04/MMO3_square_resized.jpg">
 | 
						|
                </a>
 | 
						|
 | 
						|
                <a href="ocs2.html"> <img src="http://nozoid.com/wp-content/uploads/2019/04/ocs2_square_resized.jpg">
 | 
						|
                </a>
 | 
						|
            </div>
 | 
						|
 | 
						|
 | 
						|
        </div> 
 | 
						|
        
 | 
						|
 | 
						|
 | 
						|
    </body>
 | 
						|
</html>
 |