-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathview.html
More file actions
86 lines (70 loc) · 3.76 KB
/
Copy pathview.html
File metadata and controls
86 lines (70 loc) · 3.76 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
<!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 maximum-scale=1.0, user-scalable=no">
<title>Firstpost</title>
<link rel="icon" href="https://www.firstpost.com/static/images/favicon.ico">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/test.css">
<link rel="stylesheet" href="styles/view.css">
</head>
<body>
<div id="navbar">
</div>
<div class="container">
<div class="main-container">
<div class="big-thumb">
<div class="title-wrap">
<a id="bigThumbCategory" href="#" class="category-name">
INDIA
</a>
<h3 class="main-title">
<a id="bigThumbMainTitle" href="#">India's indigenous aircraft carrier INS Vikrant boasts of
many firsts</a>
</h3>
<p id="bigThumbParagraph" class="copy">About 90 per cent of the hull, 50 per cent of the machinery and 30 per cent of weapons and sensors of INS Vikrant are indigenously designed and built. It has been designed by Indian Navy's in-house Warship Design Bureau and built by
Cochin Shipyard Limited, a PSU
</p>
<div class="menu-wrap container">
<ul class="main-menu" id="AuthorDate">
<li class="nav-events ">
<a id="forauthor" class="" href="#"></a>
</li>
<li class="nav-events ">
<a id="fordate" class="" href="#"></a>
</li>
</ul>
</div>
</div>
<a href="#" class="thumb-img">
<img id="bigThumbImg" class="fp-lazy" src="https://www.firstpost.com/static/images/fplogo_placeholder_640x362.jpg">
</a>
<p id="foronframe"></p>
<div id="forbody"></div>
<p id="forupdateddate"></p>
</div>
<aside class="sidebar">
</aside>
</div>
</div>
<div id="footer">
</div>
</body>
</html>
<!-- <script defer src="./components/import.js" type="module"></script> -->
<!-- <script defer src="scripts/index.js" type="module"></script> -->
<script defer src="scripts/profile.js" type="module"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.js"></script>
<!-- <script type="text/javascript" src="https://www.firstpost.com/static/js/jquery-3.4.0.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script defer src="scripts/view.js" type="module"></script>