Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxoooxoxo committed Jan 6, 2024
1 parent db9aaec commit f55df96
Show file tree
Hide file tree
Showing 6 changed files with 4,083 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dist

node_modules
Binary file added dist/Geist-UltraBlack.otf
Binary file not shown.
4,065 changes: 4,065 additions & 0 deletions dist/assets/index-4b11c668.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-4b11c668.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-6db99624.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%;background:ivory}.r3f{touch-action:none}.htmlScreen iframe{width:1024px;height:670px;border:none;border-radius:20px;background:#000000}
15 changes: 15 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ali Houssain Sareini</title>
<script type="module" crossorigin src="./assets/index-4b11c668.js"></script>
<link rel="stylesheet" href="./assets/index-6db99624.css">
</head>
<body>
<div id="root"></div>

</body>
</html>

0 comments on commit f55df96

Please sign in to comment.