-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (39 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to the ISRO Launches website created & designed by of Vishal Vishwakarma (@iamvisshu)">
<meta name="author" content="@iamvisshu">
<title>ISRO Launches Statistics</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<link rel="stylesheet" href="css/style.css">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://iamvisshu.github.io/">
<meta property="og:title" content="ISRO Launches Homepage Created by Vishal">
<meta property="og:description" content="Welcome to the ISRO Launches website created & designed by of Vishal Vishwakarma (@iamvisshu)">
<meta property="og:image" content="https://iamvisshu.github.io/ISRO_Launches_API/images/avatar.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://iamvisshu.github.io/">
<meta property="twitter:title" content="ISRO Launches Homepage Created by Vishal">
<meta property="twitter:description" content="Welcome to the ISRO Launches website created & designed by of Vishal Vishwakarma (@iamvisshu)">
<meta property="twitter:image" content="https://iamvisshu.github.io/ISRO_Launches_API/images/avatar.jpg">
</head>
<body>
<div class="container">
<h1>ISRO Launches 🚀 Homepage</h1>
<h3>Designed by @iamvisshu</h3>
<button id="dashboard-button" onclick="window.location.href='dashboard.html'">Go to Dashboard</button>
</div>
<div class="image-container">
<img src="images/ISRO.png" alt="ISRO Homepage Image">
</div>
<footer>
<p>© <span id="year"></span> Created With ❤️ By <a href="https://github.com/iamvisshu" target="_blank">@iamvisshu</a></p>
</footer>
<script src="js/script.js"></script>
</body>
</html>