0% found this document useful (0 votes)
81 views6 pages

Digital Guestbook Admin Login

This document contains the code for a login page for an admin access system for a digital guest book at SMK Inovasi Mandiri vocational school. The page includes fields for a username and password, and a submit button to login. It features the school logo, navigation bar, and footer crediting the design team.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views6 pages

Digital Guestbook Admin Login

This document contains the code for a login page for an admin access system for a digital guest book at SMK Inovasi Mandiri vocational school. The page includes fields for a username and password, and a submit button to login. It features the school logo, navigation bar, and footer crediting the design team.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • Head Content
  • Navbar
  • Main Content
  • Login Form
  • Footer and Scripts
  • External Scripts

<!

DOCTYPE html>

<html xmlns="[Link]

<head>

<meta charset="utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<meta name="description" content="" />

<meta name="author" content="" />

<!--[if IE]>

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<![endif]-->

<title>BUKU TAMU DIGITAL | LOGIN</title>

<!-- BOOTSTRAP CORE STYLE -->

<link href="../assets/css/[Link]" rel="stylesheet" />

<!-- FONT AWESOME STYLE -->

<link href="../assets/css/[Link]" rel="stylesheet" />

<!-- CUSTOM STYLE -->

<link href="../assets/css/[Link]" rel="stylesheet" />

<!-- GOOGLE FONT -->

<link href='[Link] rel='stylesheet' type='text/css' />


</head>

<body>

<div class="navbar navbar-inverse set-radius-zero" >

<div class="container">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="[Link]">

<img src="../assets/img/[Link]" width="50"/>

SMK INOVASI MANDIRI | ADMIN AKSES

</a>

</div>

</div>
</div>

<!-- LOGO HEADER END-->

<section class="menu-section">

<div class="container">

<div class="row">

<div class="col-md-12">

<div class="navbar-collapse collapse ">

<marquee onmouseover="[Link]()" onmouseout="[Link]()"><h3 class="text-success">

SELAMAT DATANG DI ADMIN AKSES BUKU TAMU SMK INOVASI MANDIRI</h3></marquee><br/>

</div>

</div>

</div>

</div>

</section>

<!-- MENU SECTION END-->

<div class="content-wrapper">

<div class="container">

<div class="row pad-botm">

<div class="col-md-12">
<h4 class="header-line">LOGIN FORM</h4>

</div>

</div>

<div class="row">

<div class="col-md-6 col-sm-6 col-xs-12">

<div class="panel panel-danger">

<div class="panel-heading">

MASUKAN USERNAME DAN PASSWORD

</div>

<div class="panel-body">

<form method="post" action="[Link]" class="form-signin">

<div class="form-group">

<input type="text" placeholder="Username" name="user" class="form-control" />

</div>

<div class="form-group">

<input type="password" placeholder="Password" name="pass" class="form-control"

/>
</div>

<input type="submit" name="login" value="LOGIN" class="btn text-muted text-

center btn-danger" >

</form>

</div>

</div>

</div>

</div>

</div>

</div>

<!-- CONTENT-WRAPPER SECTION END-->

<section class="footer-section">

<div class="container">

<div class="row">

<div class="col-md-12">

&copy; 2023 SMK Inovasi Mandiri |<a href="[Link] target="_blank" > Designed by :

SKANOVA</a>

</div>
</div>

</div>

</section>

<!-- FOOTER SECTION END-->

<!-- JAVASCRIPT FILES PLACED AT THE BOTTOM TO REDUCE THE LOADING TIME -->

<!-- CORE JQUERY -->

<script src="../assets/js/[Link]"></script>

<!-- BOOTSTRAP SCRIPTS -->

<script src="../assets/js/[Link]"></script>

<!-- CUSTOM SCRIPTS -->

<script src="../assets/js/[Link]"></script>

</body>

</html>

<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
    <meta charset="utf-8" /> 
    <meta name="viewport"
</head> 
<body> 
    <div class="navbar navbar-inverse set-radius-zero" > 
        <div class="container"> 
            <div
</div> 
    <!-- LOGO HEADER END--> 
    <section class="menu-section"> 
        <div class="container"> 
            <di
<h4 class="header-line">LOGIN FORM</h4> 
                 
                            </div> 
 
        </di
</div> 
                                        <input type="submit" name="login" val
</div> 
        </div> 
    </section> 
      <!-- FOOTER SECTION END--> 
    <!-- JAVASCRIPT FILES PLACED AT THE

You might also like