-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (32 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Stock Inventory</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar navbar-light bg-light">
<div class="container-fluid">
<span class="navbar-brand mb-0 h1" id="stock">Stock<span id="io">io</span></span>
</div>
</nav>
<div class="div1">
<h1 class="head">STOCK INVENTORY MANAGEMENT SYSTEM</h1>
<p>Simplify your stock management experience by consolidating all your investments into one convenient platform!</p>
<br><br><br>
</div>
<br><br><br>
<div class="div2"><h2 class="head">LOGIN</h2>
<p>Welcome back! We are ready with your datas!</p>
<br><br>
<form class="head" action="DbCon" method="post" >
Username: <input type="text" name="username"><br><br>
Password: <input type="password" name="password"><br><br>
<br><br>
<input type="submit" value="LOGIN" class="btns">
</form>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</html>