-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (73 loc) · 2.64 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!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>home page </title>
<link rel="stylesheet" href="styles.css" >
<script src="fetch.js" defer> </script>
</head>
<body>
<div class="logocorner">
<img src="wallpaperflare.com_wallpaper (4).jpg" id="logoimage"></img>
<div id="websitenam">
Vrikshim
</div>
</div>
<div class="imageplusquote">
<div id="imagediv">
<img src="wallpaperflare.com_wallpaper (4).jpg" id="thatimage"></img>
</div>
<div id="thatquote">
“Maybe there's only a dark road ahead.<br>
But you still have to believe and keep going.<br>
Believe that the stars will light your path, <br>
even a little bit. <br>
Come on... Let's go on a journey!”<br>
― Kaori Miyazono
</div>
</div>
<div class="searchbar" id="hikol">
<form action="form.js" method="get" id="bar">
<label for="search">
Name:
</label>
<input type="search" id="queryinput" name="searchbox" placeholder="use underscore for gap"
class="searcharea">
<input type="submit" value="Hit Me :) " id="submitbutton">
</form>
</div>
<br>
<div class="recommendation" id="myDiv">
<div class="article">
Most Viewed Articles
</div>
<a class="first"></a>
<a class="second"></a>
<!-- tughe har ek website kitni baar khuli hai uska count rkhna hoga
usi se tu isme outpput daal skta hai -->
</div>
<div class="aboutsite">
<br>
<h3>
This website is created for movie fans, who want to know what the movie was intended to be.
People often overlook the fine details the moviemakers put a lot of effort into.
</h3>
</div>
<div id="container">
<script src="chart.js"></script>
</div>
<!-- <form action="home.js" method="post" class="col" id="form">
<label for="fname" >First name:</label>
<input type="search" id="fname" name="fname" class="formcontrol"><br><br>
<input type="submit" value="Submit">
</form>
<div>
<br>
</div>
<div>
<input placeholder="text">
</div> -->
</body>
</html>