-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="Script.js"></script>
</head>
<body>
<div class = "container" class="center-block" style="border:1px solid #cecece;">
<h1><center>FLAMES calculator</center></h1>
<div class="form-group">
<label for="name">Your name:</label>
<input type="text" id= "myname" class="form-control" id="email">
</div>
<div class="form-group">
<label for="name">Your partner:</label>
<input type="text" id = "partnername" class="form-control" >
</div>
<center>
<button type="submit" class="btn btn-default">Submit</button>
</center>
<div>
<center><h1><div id = "final"></h1></center>
</div>
</div>
</body>
</html>