-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvice.html
More file actions
39 lines (37 loc) · 971 Bytes
/
advice.html
File metadata and controls
39 lines (37 loc) · 971 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a href = "index.html">
<script src="script.js"></script>
<img src="newlogo.png" class="logo">
</a>
<div class = "navbar">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
<nav>
</div>
</body>
<body1>
<p>
<h1>Advice</h1>
<div class="row">
<div class="column left" >
<img src="t4.jpg">
<h2>$120.99</h2>
</div>
<div class="column right" >
<iframe src="https://docs.google.com/spreadsheets/d/1bh-1QXtVVnktxVCcH2bFGFlTz6akEO1elCHMJXvxtrI/gviz/tq?tqx=out:html&tq&gid=520875396" width="700" height="500"></iframe>
</div>
</div>
</p>
</body1>
</html>