-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMartin_HOA1Debugging.html
57 lines (50 loc) · 1.95 KB
/
Martin_HOA1Debugging.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
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="bee_old.png" type="image/png">
<title>Debug Site</title>
</head>
<body class="homepage">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="Martin_HOA1External.js"></script>
<link href="Martin_HOA1Beautifying.css" rel="stylesheet"/>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"/>
<div class="jumbotron">
<div class="container text-center">
<h1>THIS IS THE HEADING!</h1>
</div>
</div>
<nav class="navbar navbar-inverse"></nav>
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="bee_old.png" target="_blank" rel="noreferrer" title="Logo" class="me-3 d-none d-md-inline-block"></a>
<img src="bee_old_blink.png" alt="Logo" height="50">
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="Martin_HOA1Debugging.html">Main Debugging</a></li>
<li><a href="BTS.html">Behind the Scenes</a></li>
</ul>
</div>
</div>
</nav>
<div class="padding">
<p>This line is the first sentence of the paragraph in this program.</p>
<p>This is the second line.</p>
<p>And this is the last line.</p>
<br>
<p>var x = 5;</p>
<p>var y = 6; </p>
<p>var z = x + y;</p>
<p id="demo">The value of z is:</p>
<button class="button1" type="button" onclick="myFunction()">Press the Button and let Math Wizard Henry Solve it</button>
<div id="image-container">
<img id="animate-image" src="MATH WIZARDS - PUBMAT.png" alt="Image" width="100" height="100">
</div>
</div>
</body>
</html>