-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
41 lines (29 loc) · 1.09 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 http-equiv="X-UA-Compatible" content="ie=edge">
<title>DSC JNTU GCP</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>
<body onload="getData()">
</div>
<div class="l-wrapper">
<div class="c-card">
<div class="c-card__body">
<ul class="c-list" id="list">
<!-- <li class="c-list__item"> -->
<h2 style="color: aliceblue;">LeaderBoard</h2>
<h3 style="color: aliceblue;">30 Days of Google Cloud | JNTU</h3>
<h2 style="color: aliceblue;">Build with ❤️ by <a href="https://manisaiprasad.github.io/" style="color:#B3B8CD;">Mani Sai Prasad</a> </h2>
<!-- </li> -->
</ul>
</div>
</div>
</div>
<br>
<script src="./js/index.js"></script>
</body>
</html>