Skip to content

Commit

Permalink
Merge pull request ph1p#11 from ph1p/preact-to-solidjs
Browse files Browse the repository at this point in the history
Replace preact with solidjs
  • Loading branch information
ph1p authored Feb 15, 2023
2 parents 1dfff2c + 634fb72 commit 3ec9ff4
Show file tree
Hide file tree
Showing 21 changed files with 1,439 additions and 1,766 deletions.
File renamed without changes.
9 changes: 6 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#9b8d82" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
Expand All @@ -13,7 +14,9 @@
<title>OBEGRÄNSAD Control</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>

<script src="/src/index.tsx" type="module"></script>
</body>
</html>
Loading

0 comments on commit 3ec9ff4

Please sign in to comment.