-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.html
36 lines (27 loc) · 852 Bytes
/
ansible.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ansible</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body>
<div class="container">
<h1>Set-Up your host file </h1>
<form action="">
<div class="form-group">
<label for="exampleInputEmail1">Number of IP :</label>
<input type="text" class="form-control" id="slavenumber" placeholder="Number" >
<br>
<input type="button" class="btn btn-primary" onclick="myfunction()" value="Submit" />
</div>
</form>
<form action="" id="output" >
</form>
</div>
<script src="assets/js/jquery.min.js" > </script>
<script src="assets/js/bootstrap.min.js" > </script>
<script src="assets/js/ansible.js"></script>
</body>
</html>