Skip to content

Commit

Permalink
Adding the built website
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMullins committed Jun 27, 2024
1 parent 12d9424 commit e908254
Show file tree
Hide file tree
Showing 8 changed files with 44,036 additions and 0 deletions.
21,965 changes: 21,965 additions & 0 deletions docs/dev_sources.concat.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/dev_sources.concat.js.map

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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">
<title>LLM Comparator</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.svg">
<style>
body {
background: white;
margin: 0;
}
</style>
</head>
<body>
<div id="app-container"></div>
<script src="dev_sources.concat.js"></script>
</body>
</html>
26 changes: 26 additions & 0 deletions docs/static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e908254

Please sign in to comment.