Skip to content

Commit

Permalink
🚀 Add artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlMilktea committed Jul 21, 2024
0 parents commit 47b61a8
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/assets/index-C0w-HdoW.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:root{height:100%;font-size:30px}body,#root{height:100%}input[type=range]{accent-color:#439cfe}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#react-logo{animation:rotation 4s infinite linear}
45 changes: 45 additions & 0 deletions dist/assets/index-dGJ3xUm8.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions dist/assets/worker-q92aentc.js

Large diffs are not rendered by default.

Binary file added dist/favicon.ico
Binary file not shown.
24 changes: 24 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Ising model</title>

<link rel="favicon" href="favicon.ico" />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap"
rel="stylesheet" />


<script type="module" crossorigin src="/assets/index-dGJ3xUm8.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C0w-HdoW.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
1 change: 1 addition & 0 deletions dist/react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions dist/wasm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47b61a8

Please sign in to comment.