-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml-5-form.php
43 lines (33 loc) · 1.14 KB
/
html-5-form.php
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
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Registration: Python 3.x Core - aducators.in</title>
</head>
</body>
<header>
<!-- NAV START -->
<nav class="navbar navbar-expand-md navbar-light bg-light">
<a class="navbar-brand" href="#">
<img src="img/Brand/logo cropped with name.png" style="height: 35px; width: 34px" alt="logo" />
</a>
<a class="navbar-brand" href="#"> ADUCATORS </a>
</nav>
<!-- NAV END -->
</header>
<div class="text-center mb-0">
<div class="alert alert-danger mb-0" role="alert">
This page is under development.
<a href="index.php">
<button class="btn-danger">
Go To Home
</button>
</a>
</div>
</div>
<!-- FILES -->
<link rel="stylesheet" href="css/bootstrap.min.css" /> <!-- BOOTSTRAP FILE -->
<script type="text/javascript" src="jquery-3.4.1.min.js"></script> <!-- JQUERY FILE -->
<script type="text/javascript" src="js/bootstrap.min.js"></script> <!-- JAVASCRIPT FILE -->
</body>
</html>