Skip to content

Commit

Permalink
github-deploy-action-haz3l-thi-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Oct 8, 2023
1 parent 1f6eef1 commit bc488ef
Show file tree
Hide file tree
Showing 14 changed files with 85,997 additions and 0 deletions.
5 changes: 5 additions & 0 deletions haz3l-thi-artifact/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(rule
(copy ../main.bc.js hazel.js))

(rule
(copy ../worker.bc.js worker.js))
Binary file added haz3l-thi-artifact/fonts/FiraCode-Bold.woff2
Binary file not shown.
Binary file added haz3l-thi-artifact/fonts/FiraCode-Regular.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
50,693 changes: 50,693 additions & 0 deletions haz3l-thi-artifact/hazel.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions haz3l-thi-artifact/img/hazelnut.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added haz3l-thi-artifact/img/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions haz3l-thi-artifact/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

<title>hazel</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/svg" href = "img/hazelnut.svg">
</head>

<body spellcheck="false">
<div class="container" id="container">
<div class="loading-container" style="position: absolute; left:0; top:0; right:0; bottom:0; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #fdf6e3">
<div class="loading" style="display: flex; align-items: center; justify-content: center; ">
<img width="200px" height="200px" src="img/loading.gif" />
<img width="200px" height="200px" src="img/hazelnut.svg" style="position:fixed; transform: scale(0.25); filter: invert()"/>
</div>
<p style="font-size:4em; color: black;">loading</p>
</div>
</div>
</body>

<script src="hazel.js"></script>
</html>
Loading

0 comments on commit bc488ef

Please sign in to comment.