Skip to content

Commit

Permalink
fixx
Browse files Browse the repository at this point in the history
  • Loading branch information
LilWikipedia committed Nov 21, 2024
1 parent 8d6ec17 commit abd3e31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
cp index.html dist/index.html

# Build the project
npm run build
Expand Down
12 changes: 4 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>rf-meter</title>

<title>RF Meter</title>
<link rel="stylesheet" href="styles.css" />
</head>

<body>
<body>
<div id="root"></div>
<!-- <script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script> -->
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="main.js"></script>
</body>

</html>

0 comments on commit abd3e31

Please sign in to comment.