-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (30 loc) · 1.26 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
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<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"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<div class="jumbotron">
<div class="container text-center">
<h1>THIS IS THE HEADING!</h1>
</div>
</div>
<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>
<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>