60 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <link rel="stylesheet" href="css/bootstrap.min.css">
 | 
						|
        <link rel="stylesheet" href="css/font-awesome.min.css">
 | 
						|
        <link rel="stylesheet" href="css/animations/entry_animations.css">
 | 
						|
        <link rel="stylesheet" href="css/animations/animations.css">
 | 
						|
        <link rel="stylesheet" href="css/main.css">
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
        <meta charset="utf-8">
 | 
						|
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
        <title>HighDef - Uh oh</title>
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <nav class="navbar navbar-inverse navbar-fixed-top">
 | 
						|
            <div class="container-fluid">
 | 
						|
                <div class="navbar-header">
 | 
						|
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
 | 
						|
                        <i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
 | 
						|
                    </button>
 | 
						|
                    <a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
 | 
						|
                </div>
 | 
						|
                
 | 
						|
                <div class="collapse navbar-collapse" id="main-navbar">
 | 
						|
                    <ul class="nav navbar-nav navbar-right">
 | 
						|
                        <li><a href="index.html">Home</a></li>
 | 
						|
                        <li><a href="isca.html">I.S.C.A</a></li>
 | 
						|
                        <li><a href="polyjet.html">PolyJet</a></li>
 | 
						|
                        <li><a href="photography/photography.html">Photography</a></li>
 | 
						|
                        <li><a href="">Ultra-Systems</a></li>
 | 
						|
                        <li><a href="qanda.html">Q & A</a></li>
 | 
						|
                    </ul>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </nav>
 | 
						|
        
 | 
						|
        <div class="wrapper" style="width: 100vw; height: 100vh;">
 | 
						|
            <div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
 | 
						|
                <img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
 | 
						|
            </div>
 | 
						|
            
 | 
						|
            <div class="nooverflow-bg" style="right: 0px; bottom: 0px; width: 55%; height: 45%;">
 | 
						|
                <img src="assets/cybercircle1.png" style="right: -15%;" class="cybercircle-right">
 | 
						|
            </div>
 | 
						|
            
 | 
						|
            <div class="nooverflow">
 | 
						|
                
 | 
						|
                <div class="nooverflow">
 | 
						|
                    <div class="box-center warning" style="bottom: 0px; margin-bottom: 0px;">
 | 
						|
                        <h1 class="entry-bottom" style="bottom: 0px;">Uh oh,</h1>
 | 
						|
                        <p class="entry-bottom" style="bottom: 0px;">This page is under construction. try again later. Yes, I know this is bad practice.</p>
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
        
 | 
						|
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 | 
						|
        <script src="js/bootstrap.min.js"></script>
 | 
						|
    </body>
 | 
						|
</html> |