PHP 5.6.40
Preview: index.php Size: 5.81 KB
/home/urbanman/roadkaraja.in/manager/index.php

<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
	<title> Road ka Raja</title>
	<!-- Meta tag Keywords -->
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta charset="UTF-8" />
	<meta name="keywords"
		content="" />
	<!-- //Meta tag Keywords -->
	<link href="http://fonts.googleapis.com/css2?family=Karla:wght@400;700&amp;display=swap" rel="stylesheet">
	<!--/Style-CSS -->
	<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
	<!--//Style-CSS -->
</head>

<body>

<body>
<!-- New toolbar-->
<style>
* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


#w3lDemoBar.w3l-demo-bar {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 40px 5px;
  padding-top:70px;
  margin-bottom: 70px;
  background: #0D1326;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

#w3lDemoBar.w3l-demo-bar a {
  display: block;
  color: #e6ebff;
  text-decoration: none;
  line-height: 24px;
  opacity: .6;
  margin-bottom: 20px;
  text-align: center;
}

#w3lDemoBar.w3l-demo-bar span.w3l-icon {
  display: block;
}

#w3lDemoBar.w3l-demo-bar a:hover {
  opacity: 1;
}

#w3lDemoBar.w3l-demo-bar .w3l-icon svg {
  color: #e6ebff;
}
#w3lDemoBar.w3l-demo-bar .responsive-icons {
  margin-top: 30px;
  border-top: 1px solid #41414d;
  padding-top: 40px;
}
#w3lDemoBar.w3l-demo-bar .demo-btns {
  border-top: 1px solid #41414d;
  padding-top: 30px;
}
#w3lDemoBar.w3l-demo-bar .responsive-icons a span.fa {
  font-size: 26px;
}
#w3lDemoBar.w3l-demo-bar .no-margin-bottom{
  margin-bottom:0;
}
.toggle-right-sidebar span {
  background: #0D1326;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #e6ebff;
  border-radius: 50px;
  font-size: 26px;
  cursor: pointer;
  opacity: .5;
}
.pull-right {
  float: right;
  position: fixed;
  right: 0px;
  top: 70px;
  width: 90px;
  z-index: 99999;
  text-align: center;
}
/* ============================================================
RIGHT SIDEBAR SECTION
============================================================ */

#right-sidebar {
  width: 90px;
  position: fixed;
  height: 100%;
  z-index: 1000;
  right: 0px;
  top: 0;
  margin-top: 60px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow-y: auto;
}


/* ============================================================
RIGHT SIDEBAR TOGGLE SECTION
============================================================ */

.hide-right-bar-notifications {
  margin-right: -300px !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}



@media (max-width: 992px) {
  #w3lDemoBar.w3l-demo-bar a.desktop-mode{
      display: none;

  }
}
@media (max-width: 767px) {
  #w3lDemoBar.w3l-demo-bar a.tablet-mode{
      display: none;

  }
}
@media (max-width: 568px) {
  #w3lDemoBar.w3l-demo-bar a.mobile-mode{
      display: none;
  }
  #w3lDemoBar.w3l-demo-bar .responsive-icons {
      margin-top: 0px;
      border-top: none;
      padding-top: 0px;
  }
  #right-sidebar,.pull-right {
      width: 90px;
  }
  #w3lDemoBar.w3l-demo-bar .no-margin-bottom-mobile{
      margin-bottom: 0;
  }
}
</style>




    <div style="margin: 8px auto; display: block; text-align:center;">

        <!---728x90--->

         
        </div>
	 <!-- form section start -->
	 <section class="w3l-workinghny-form">
        <!-- /form -->
        <div class="workinghny-form-grid">
            <div class="wrapper">
                <div class="logo">
                    <h1><a class="brand-logo" href="#"><span>Manager</span> Road Ka Raja</a></h1>
                    <!-- if logo is image enable this   
                        <a class="brand-logo" href="#index.html">
                            <img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
                        </a> -->
                </div>
                <div class="workinghny-block-grid">
                    <div class="workinghny-left-img align-end">
                        <img src="img/petrol.png" class="img-responsive" alt="img" style="width:280px;height:340px;"/>
                    </div>
                    <div class="form-right-inf">
						
                        <div class="login-form-content">
                           
                            <form action="submit-login.php" class="signin-form" method="post">
								<div class="one-frm">

									<label>Mobile Number</label>
									<input type="text" name="mobile"  placeholder="" required="">
								</div>
								 <div class="form-group m-t-20">
                                 <div class="col-xs-12"> Password
                                   <input class="form-control" type="password" name="password" required="" >
                                </div>
                                </div>
                               
                                <button type="submit" class="btn btn-style mt-3">Sign In </button>
                               
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- //form -->
        <!-- copyright-->
      
        <!-- //copyright-->
    </section>
    <!-- //form section start -->
    <div style="margin: 8px auto; display: block; text-align:center;">

        <!---728x90--->
         
        </div>

	</body>


</html>

Directory Contents

Dirs: 5 × Files: 59

Name Size Perms Modified Actions
css DIR
- drwxrwxrwx 2026-07-14 05:46:15
Edit Download
dist DIR
- drwxrwxrwx 2026-07-14 05:46:15
Edit Download
img DIR
- drwxrwxrwx 2026-07-14 05:46:15
Edit Download
upload DIR
- drwxrwxrwx 2026-07-14 05:46:15
Edit Download
_dist DIR
- drwxrwxrwx 2026-07-14 05:46:15
Edit Download
6.40 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
5.85 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
7.74 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
4.79 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
8.76 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
4.78 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
639 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
643 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
5.41 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
4.92 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
7.23 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
366 B lrw-rw-rw- 2026-07-06 11:04:01
Edit Download
8.72 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
6.67 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
6.36 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
5.01 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
8.99 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
396 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
694 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
393 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
391 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
12.07 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
8.94 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
7.79 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
5.41 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
5.24 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
5.41 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
7.09 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
8.72 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
6.93 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
6.66 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
0 B lrw-r--r-- 2026-07-14 06:20:46
Edit Download
1.26 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
6.80 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
6.11 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
5.81 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
215 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
6.80 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
5.65 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
8.62 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
603 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
6.38 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
9.98 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
7.77 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
1.75 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
1.63 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
1.03 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
1.06 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
977 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
1.07 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
885 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
608 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
2.27 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
577 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
4.44 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
1 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
628 B lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
9.03 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download
15.77 KB lrw-rw-rw- 2026-07-06 10:38:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).