Skip to content

Commit

Permalink
Improved UI for multiple components b00tc4mp#182
Browse files Browse the repository at this point in the history
  • Loading branch information
AgusBirman committed Aug 22, 2024
1 parent 591fc1d commit 3afb54c
Show file tree
Hide file tree
Showing 36 changed files with 714 additions and 190 deletions.
5 changes: 5 additions & 0 deletions staff/agustin-birman/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
<link rel='icon' type='image/svg+xml' href='/vite.svg' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<title>Project</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>

<body>
<div id='root'></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script type='module' src='/src/main.jsx'></script>
</body>

Expand Down
Loading

0 comments on commit 3afb54c

Please sign in to comment.