forked from techvraksh/hacktoberfest-indore-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 912 Bytes
/
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
<script src="https://unpkg.com/gridjs/dist/gridjs.umd.js"></script>
<script src="https://requirejs.org/docs/release/2.3.5/minified/require.js"></script>
<script src="./index.js"></script>
<link
href="https://unpkg.com/gridjs/dist/theme/mermaid.min.css"
rel="stylesheet"
/>
<link href="./style.css" rel="stylesheet" />
<link href="./index.js" rel="js" />
<html>
<title>Datacode - Hacktoberfest Indore 2022</title>
<body>
<div class="header">
<a href="https://datacode.in">
<img
height="150"
width="150"
src="https://github.com/datacode-in.png"
alt="Datacode"
/>
</a>
<h1>Hacktoberfest Indore 2022</h1>
</div>
<h2>Contributers</h2>
<div id="table"></div>
<footer>
<p>
©
<a href="https://github.com/datacode-in" target="_blank">datacode</a>
</p>
</footer>
</body>
</html>