show dbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="showcase"> | |
<div class="showcase-top"> | |
<img src="https://i.ibb.co/r5krrdz/logo.png" alt="" /> | |
<a href="#" class="btn btn-rounded">Sign In</a> | |
</div> | |
<div class="showcase-content"> | |
<h1>See what's next</h1> | |
<p>Watch anywhere. Cancel Anytime</p> | |
<a href="#" class="btn btn-xl" | |
>Watch Free For 30 Days <i class="fas fa-chevron-right btn-icon"></i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="showcase"> | |
<div class="showcase-top"> | |
<img src="https://i.ibb.co/r5krrdz/logo.png" alt="" /> | |
<a href="#" class="btn btn-rounded">Sign In</a> | |
</div> | |
<div class="showcase-content"> | |
<h1>See what's next</h1> | |
<p>Watch anywhere. Cancel Anytime</p> | |
<a href="#" class="btn btn-xl" | |
>Watch Free For 30 Days <i class="fas fa-chevron-right btn-icon"></i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container mt-4"> | |
<h1 class="display-4 text-center"> | |
<i class="fas fa-book-open text-primary"></i> My<span class="text-primary">Book</span>List</h1> | |
<form id="book-form"> | |
<div class="form-group"> | |
<label for="title">Title</label> | |
<input type="text" id="title" class="form-control"> | |
</div> | |
<div class="form-group"> | |
<label for="author">Author</label> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<nav class="navbar"> | |
<label class="navbar-toggle" id="js-navbar-toggle" for="chkToggle"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<nav class="navbar"> | |
<label class="navbar-toggle" id="js-navbar-toggle" for="chkToggle"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container mt-4"> | |
<h1 class="display-4 text-center"> | |
<i class="fas fa-book-open text-primary"></i> My<span class="text-primary">Book</span>List</h1> | |
<form id="book-form"> | |
<div class="form-group"> | |
<label for="title">Title</label> | |
<input type="text" id="title" class="form-control"> | |
</div> | |
<div class="form-group"> | |
<label for="author">Author</label> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="row"> | |
<div class="col-md-4"> | |
<h3>ADD USER</h3> | |
<form id="addUser" action=""> | |
<div class="form-group"> | |
<input class="form-control" type="text" name="name" placeholder="Name" required> | |
</div> | |
<div class="form-group"> | |
<input class="form-control" type="text" name="address" placeholder="Address" required> |