Skip to content
Snippets Groups Projects
Select Git revision
  • 6da82664afc30c135eb51f0442fe529bd55338a7
  • main default protected
2 results

index.html

Blame
  • index.html 4.63 KiB
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<title>Blockchain Explorer | Get a lot of info about the par...</title>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<script src="https://cdn.tailwindcss.com"></script> 
    	<link rel="preconnect" href="https://fonts.googleapis.com">
    	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    	<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet"> 
    <!--===============================================================================================-->	
    	<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
    <!--===============================================================================================-->
    	<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
    <!--===============================================================================================-->
    	<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
    <!--===============================================================================================-->
    	<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
    <!--===============================================================================================-->	
    	<link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css">
    <!--===============================================================================================-->
    	<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
    <!--===============================================================================================-->
    	<link rel="stylesheet" type="text/css" href="css/util.css">
    	<link rel="stylesheet" type="text/css" href="css/main.css">
    	<link rel="stylesheet" href="css/index.css">
    <!--===============================================================================================-->
    </head>
    <body>
    	<div id="navbar-container ">
            <h1 id="title" class="font-semibold  ">Block Explorer</h1>
        </div>
    
        <div id="main-container">
                
        </div>
    
    	<div class="limiter">
    		<div class="container-login100">
    			<div class="wrap-login100">
    				<div class="login100-pic js-tilt" data-tilt>
    					<img src="images/img-01.png" alt="IMG">
    				</div>
    
    				<form class="login100-form validate-form" action="home/home.html" >
    					<span class="login100-form-title">
    						Login
    					</span>
    
    					<div class="wrap-input100 validate-input" data-validate = "Valid email is required: ex@abc.xyz">
    						<input class="input100" type="text" name="email" placeholder="Email">
    						<span class="focus-input100"></span>
    						<span class="symbol-input100">
    							<i class="fa fa-envelope" aria-hidden="true"></i>
    						</span>
    					</div>
    
    					<div class="wrap-input100 validate-input" data-validate = "Password is required">
    						<input class="input100" type="password" name="pass" placeholder="Password">
    						<span class="focus-input100"></span>
    						<span class="symbol-input100">
    							<i class="fa fa-lock" aria-hidden="true"></i>
    						</span>
    					</div>
    					
    					<div class="container-login100-form-btn">
    						<button class="login100-form-btn">
    							Login
    						</button>
    					</div>