-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
52 lines (48 loc) · 2.72 KB
/
popup.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
<!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>finCLI for Chrome</title>
<link rel="stylesheet" href="./assets/style.css">
</head>
<body>
<div>
Latest news powered by finCLI. Built by <a href="https://www.linkedin.com/in/dhairyaostwal/" target="_blank">Dhairya Ostwal</a>
</div>
<div class="container">
<h2><img class="finCLI-Chrome-Emoji" src="./assets/india-flag.png"> India Finance</h2>
<div id="IN-News">
<h3 class="finCLI-Chrome-Publisher" id="publisherElement">Loading News Publisher...</h3>
<span class="finCLI-Chrome-Headline" id="newsIDElement">1.</span>
<a class="finCLI-Chrome-Headline" href="" target="_blank" id="headlineElement">Loading latest News Headline...</a>
</div>
<h2><img class="finCLI-Chrome-Emoji" src="./assets/globe-with-meridians.svg"> World Finance</h2>
<div id="Globe-News">
<h3 class="finCLI-Chrome-Publisher" id="publisherElement">Loading News Publisher...</h3>
<span class="finCLI-Chrome-Headline" id="newsIDElement">1.</span>
<a class="finCLI-Chrome-Headline" href="" target="_blank" id="headlineElement">Loading latest News Headline...</a>
</div>
<h2><img class="finCLI-Chrome-Emoji" src="./assets/rocket_1f680.png"> India Startups</h2>
<div id="IN-Startups">
<h3 class="finCLI-Chrome-Publisher" id="publisherElement">Loading News Publisher...</h3>
<span class="finCLI-Chrome-Headline" id="newsIDElement">1.</span>
<a class="finCLI-Chrome-Headline" href="" target="_blank" id="headlineElement">Loading latest News Headline...</a>
</div>
<h2><img class="finCLI-Chrome-Emoji" src="./assets/fire_1f525.png"> India Tech</h2>
<div id="IN-Tech">
<h3 class="finCLI-Chrome-Publisher" id="publisherElement">Loading News Publisher...</h3>
<span class="finCLI-Chrome-Headline" id="newsIDElement">1.</span>
<a class="finCLI-Chrome-Headline" href="" target="_blank" id="headlineElement">Loading latest News Headline...</a>
</div>
<h2><img class="finCLI-Chrome-Emoji" src="./assets/bitcoin-btc-logo.png"> Crypto</h2>
<div id="Crypto">
<h3 class="finCLI-Chrome-Publisher" id="publisherElement">Loading News Publisher...</h3>
<span class="finCLI-Chrome-Headline" id="newsIDElement">1.</span>
<a class="finCLI-Chrome-Headline" href="" target="_blank" id="headlineElement">Loading latest News Headline...</a>
</div>
</div>
</body>
<script src="script.js"></script>
</html>