Skip to content

Commit

Permalink
✨ feat: Add initial HTML template for chocolate app
Browse files Browse the repository at this point in the history
  • Loading branch information
Impre-visible committed Nov 17, 2024
1 parent 3527c2d commit efa41f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions src/chocolate_app/templates/index (copy).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/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chocolate</title>
<script type="module" crossorigin src="/assets/index-LHnflZbQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C_UvJbaX.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit efa41f4

Please sign in to comment.