-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 795 Bytes
/
Copy pathindex.html
File metadata and controls
34 lines (29 loc) · 795 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
<html>
<head>
<title>Test</title>
</head>
<body>
<img src="https://www.bbcgoodfood.com/sites/default/files/styles/category_retina/public/recipe-collections/collection-image/2017/02/healthy-salmon-collection-main-image.jpg?itok=X-vgckbl"
alt="Healthy food" />
<h1>How to Eat Healthy</h1>
<p>Lorim ipsum Lorim ipsum
</p>
<ol>
<li>Throw out junk food</li>
<li>Go buy good snacks</li>
<li>Buy healthy drinks</li>
</ol>
<p>Good foods to eat:</p>
<ul>
<li>avocado</li>
<li>apples</li>
<li>oranges</li>
</ul>
<form>
<input type="text" placeholder="email" />
<button>Submit</button>
</form>
<a href="about.html">About the Author</a>
<p>This is a test</p>
</body>
</html>