Skip to content

Commit

Permalink
Add in index.html with correct script reference
Browse files Browse the repository at this point in the history
  • Loading branch information
markmals committed Apr 1, 2024
1 parent c0c5374 commit f6b63a2
Show file tree
Hide file tree
Showing 4 changed files with 849 additions and 1,191 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ node_modules
.DS_Store
dist
*.local
index.html
# index.html
.remote-assets
components.d.ts
15 changes: 15 additions & 0 deletions 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 name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/node_modules/@slidev/client/main.ts"></script>
</body>
</html>
Loading

0 comments on commit f6b63a2

Please sign in to comment.