-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (24 loc) · 752 Bytes
/
index.html
File metadata and controls
33 lines (24 loc) · 752 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="icon" type="image/svg+xml" href="images/logo_icon_dark.svg" />
<title>Compendium Labs</title>
</head>
<body>
<div id="banner"></div>
<div id="tags">
<a id="x-tag" href="https://twitter.com/CompendiumLabs"><img src="images/x-logo.svg" alt="X" /></a>
<a id="gh-tag" href="https://github.com/CompendiumLabs"><img src="images/github-logo.svg" alt="GitHub" /></a>
<a id="hf-tag" href="https://huggingface.co/CompendiumLabs"><img src="images/hf-logo-pirate.svg" alt="Hugging Face" /></a>
</div>
<div id="hello">
<a href="mailto:hello@compendiumlabs.ai">hello@compendiumlabs.ai</a>
</div>
<div id="name">
Compendium
<br/>
Labs
</div>
</body>
</html>