-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeployment_1.html
More file actions
30 lines (30 loc) · 1.08 KB
/
deployment_1.html
File metadata and controls
30 lines (30 loc) · 1.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pfizer Stock Prediction</title>
</head>
<body>
<h1>Pfizer Stock Prediction App</h1><br/>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQTvCARqbySRrjRxfpXKHnyRFSj2KycuFQlbjLcZpeKB6japGD0TbJREVDGzEtKO_n_LDA&usqp=CAU">
<br/>
<p>Enter the opening price for the day:</p><br/>
<div id="open" name="open">
<input type="text" id="txt" name="txt">
<button type="submit" id="sub" name="sub">Submit</button>
</div><br/>
<h3>Predicted stock price with the trend for the last couple of months:</h3><br/>
<div id="out" name="out">
Predicted stock price: 23<br/><br/>
<img src="C:\Users\reach\OneDrive\Desktop\PFIZER STOCK PROJ\download.png">
</div>
</body>
</html>
<style>
body{
text-align: center;
background-image: url("https://github.com/PRITH-S07/MY_WEBSITE/blob/main/cool-background%20(2).png?raw=true");
}
</style>