-
Notifications
You must be signed in to change notification settings - Fork 0
/
sphere.html
44 lines (37 loc) · 1.22 KB
/
sphere.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
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/main.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<title>Volume Calculator</title>
</head>
<body>
<div>
<html>
<body>
<div id="navBar">
<a href="largeElement.html">Hover</a>
<a href="twoButtons.html">Two Buttons</a>
<a href="form.html">Form</a>
<a href="sphere.html">Volume Calculator</a>
</div>
<div id="form_main">
<div id="inner">
<h2 id="form_h1">Get Sphere</h2>
<form id="form_">
<label for="Radius">Radius</label><br />
<input type="number" id="radius" name="Radius" /><br />
<button type="button" id="calculate_radius">Calculate</button>
</form>
<p id="msg"></p>
</div>
<h1 id="Outermsg"></h1>
</div>
<script src="js/bonus.js">
</script>
</body>
</html>
</div>
</body>
</html>