Skip to content

Commit e908254

Browse files
committed
Adding the built website
1 parent 12d9424 commit e908254

File tree

8 files changed

+44036
-0
lines changed

8 files changed

+44036
-0
lines changed

docs/dev_sources.concat.js

Lines changed: 21965 additions & 0 deletions
Large diffs are not rendered by default.

docs/dev_sources.concat.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link href="https://fonts.googleapis.com/css?family=Google+Sans:400,500,700|Material+Icons|Material+Icons+Outlined|Google+Sans+Display:400,500,700|Google+Sans+Text:400,500,700|Roboto|Roboto:bold|Roboto+Mono" rel="stylesheet">
7+
<title>LLM Comparator</title>
8+
<link rel="icon" type="image/x-icon" href="/static/favicon.svg">
9+
<style>
10+
body {
11+
background: white;
12+
margin: 0;
13+
}
14+
</style>
15+
</head>
16+
<body>
17+
<div id="app-container"></div>
18+
<script src="dev_sources.concat.js"></script>
19+
</body>
20+
</html>

docs/static/favicon.svg

Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)