-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
52 lines (40 loc) · 1.23 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
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<style>
body {
background-image: url('https://boson.ai/bg.jpg');
background-attachment: fixed;
background-size: cover;
}
.header {
padding-top: 50px;
margin: auto;
width: 60%;
font-family: Arial,Helvetica,sans-serif;
}
h1 {
font-size: 110px;
color: #fff;
}
h2 {
font-size: 80px;
color: #aaa;
}
</style>
<html>
<body>
<div class="header">
<h1>Large Models for All</h1>
<h2>We're building something big...</h2>
<h2>Stay tuned! </h2>
<a href="https://github.com/shm007g/LLaMA-Cult-and-More">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=shm007g/LLaMA-Cult-and-More&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=shm007g/LLaMA-Cult-and-More&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=shm007g/LLaMA-Cult-and-More&type=Date" />
</picture>
</a>
<input type="hidden" id="thanks" name="to" value="https://github.com/boson-ai">
<h2></h2>
<div>
</body>
</html>