Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
malininss committed Jul 9, 2024
1 parent 7626cde commit d87e37c
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
._input_169wh_1{width:120px}body{max-width:1000px;margin:0 auto}
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>T-Shirt Estimation Helper</title>
<script type="module" crossorigin src="/index.js"></script>
<link rel="stylesheet" crossorigin href="/index.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Loading

0 comments on commit d87e37c

Please sign in to comment.