-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (73 loc) · 4.09 KB
/
index.html
File metadata and controls
92 lines (73 loc) · 4.09 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
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>
<head>
<title>Google</title>
<link rel="stylesheet" type="text/css" href="css/home.css">
</head>
<body>
<script src="https://use.fontawesome.com/4801a39a3b.js"></script>
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<div class = "navbar">
<img class = "logo" src="images/logo.png">
<div class = "inpDiv">
<input type = "text" class = "inp" >
</div>
<div class = "navLinks">
<a href="" class = "navLink selected">All</a>
<a href="" class = "navLink Left">News</a>
<a href="" class = "navLink Left">Images</a>
<a href="" class = "navLink Left">Videos</a>
<a href="" class = "navLink Left">Shopping</a>
<a href="" class = "navLink Left">More</a>
<a href="" class = "Right navLink">Settings</a>
<a href="" class = "Right navLink">Tools</a>
</div>
</div>
<div class = "resultNum">About 124,225 results in (0.57 seconds)</div>
<div class = "result">
<div class = "resultTitle">What are some things that I should derive? - Quora</div>
<div class = "resultLink">https://www.quora.com/What-are-some-things-that-I-should-derive</div>
<div class = "resultText">First thing, calculus holds so much importance in math, sciences and engineering that everything else you learnt before calculus is called "pre-calculus".</div>
</div>
<div class = "result">
<div class = "resultTitle">How is Derivation done - Quora</div>
<div class = "resultLink">https://www.quora.com/What-are-some-things-that-I-should-derive</div>
<div class = "resultText">First thing, calculus holds so much importance in math, sciences and engineering that everything else you learnt before calculus is called "pre-calculus and lorem ipsum".</div>
</div>
<div class = "result">
<div class = "resultTitle">Should we build a wall around the border? - Facebook</div>
<div class = "resultLink">https://www.quora.com/What-are-some-things-that-I-should-derive</div>
<div class = "resultText">First thing, calculus holds so much importance in math, sciences and engineering that everything else you learnt before calculus is called</div>
</div>
<div class = "result">
<div class = "resultTitle">Why do we blow things up? - Quora</div>
<div class = "resultLink">https://www.quora.com/What-are-some-things-that-I-should-derive</div>
<div class = "resultText">First thing, calculus holds so much importance in math, sciences and engineering that everything else you learnt before calculus is called "pre-calculus" but if we go to the places that we live, the have things.</div>
</div>
<div class = "result">
<div class = "resultTitle">What are some things that I should derive from the comp? - Reddit</div>
<div class = "resultLink">https://www.quora.com/What-are-some-things-that-I-should-derive</div>
<div class = "resultText">First thing, calculus holds so much importance in math, sciences and engineering that everything else you learnt before calculus is called "pre-calculus" but why.</div>
</div>
<div class = "result">
<div class = "resultTitle">What are some things that I should derive? - Quora</div>
<div class = "resultLink">https://www.quora.com/What-are-some-things-that-I-should-derive</div>
<div class = "resultText">First thing, calculus holds so much importance in math, sciences and engineering that everything else you learnt before calculus is called "pre-calculus".</div>
</div>
<div class = "result">
<div class = "resultTitle">What are some things that I should derive? - Quora</div>
<div class = "resultLink">https://www.quora.com/What-are-some-things-that-I-should-derive</div>
<div class = "resultText">First thing, calculus holds so much importance in math, sciences and engineering that everything else you learnt before calculus is called "pre-calculus".</div>
</div>
<div class = "bottom">
<div class = "bottomLink">Help</div>
<div class = "bottomLink">Send Feedback</div>
<div class = "bottomLink">Privacy</div>
<div class = "bottomLink">Terms</div>
</div>
<script type="text/javascript" src = "js/home.js"></script>
</body>
</html>