-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.html
31 lines (30 loc) · 2.55 KB
/
apply.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="myscript.js" charset="utf-8"></script>
</head>
<body>
<center>
<br>
<h1>Stark Industries </h1> <br>
<nav class="navbar navbar-dark bg-dark">
<h6>                      a                    a                    a      <a href="home.html">Home</a>                a    <a href="instructions.html">Achievements</a>                a    <a href="apply.html">Careers</a>                a     <a href="contact.html">Contact Us</a>                a     <a href="login.html">Login</a>
</h6>
</nav>
</center> <br><br>
<h6>
             Apply For Missile Engineer Post <br><br>
             Notification link: <a href="Missile Engineer P.d.f">P.d.f</a> <br><br>
             Click <a href="here.html">Here</a> To Apply
</h6>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
</html>