-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<title>HomeAmend</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="icon" href="icon.png">
<script src="index.js"></script>
</head>
<body>
<div class="header">
<h3>HomeAmend</h3>
</div>
<div class="about">
<h3>HomeAmend is your home friend useful to get a homemade treatments for your health issues.</h3>
</div>
<div class="main">
<h3>Get your Remedies !</h3><br>
<h3>Select any issues
<select id="issues">
<option>Cold</option><option>Fever</option><option>Stomach Pain</option><option>Head Ache</option><option>Vomit</option><option>Acidity</option>
<option>Tooth Pain</option><option>Hairfall</option><option>Eye Irritation</option><option>Obisity</option><option>Pimple</option><option>Loosemotion</option><option>Diabetes</option>
</select></h3>
<div class="get-btn" onclick="solution()">Get</div>
<div class="text">
<textarea id="textarea" readonly></textarea>
</div>
</div>
<div id="footer"><h3>Made with ❤</h3></div>
</body>
</html>