Skip to content

Commit

Permalink
First Vite deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyJ80 committed Jul 27, 2024
1 parent 8d12a74 commit c6b6eca
Show file tree
Hide file tree
Showing 12,543 changed files with 32 additions and 1,458,069 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion 557.js

This file was deleted.

1 change: 0 additions & 1 deletion 77.js

This file was deleted.

1 change: 0 additions & 1 deletion 82.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/create-card-adder-OJUKQi79.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/create-todo-card-BA_v2pqG.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/index-C8PW4WHl.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-fDbQK3Wd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/year-generate-DROCIAZS.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
function a(e){const t=` ${new Date().getFullYear()}`;e.append(t)}export{a as yearGenerate};
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
<!doctype html><html lang="en" data-theme="autumn"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>TODO App</title><script defer="defer" src="main.js"></script><link href="main.css" rel="stylesheet"></head><body class="min-h-screen grid grid-rows-[auto_1fr_auto]"><nav class="navbar bg-neutral text-neutral-content"><a class="btn btn-ghost text-xl">TODO App</a></nav><main class="bg-secondary-content max-w-full p-8 grid gap-8 grid-cols-[repeat(auto-fit,minmax(250px,1fr))]"></main><footer class="footer footer-center bg-base-300 text-base-content p-4"><aside><p>Copyright © Victor Bitencourt</p></aside></footer></body></html>
<!DOCTYPE html>
<html lang="en" data-theme="autumn">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TODO App</title>
<script type="module" crossorigin src="/assets/index-fDbQK3Wd.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C8PW4WHl.css">
</head>

<body class="min-h-screen grid grid-rows-[auto_1fr_auto]">
<nav class="navbar bg-neutral text-neutral-content">
<a class="btn btn-ghost text-xl">TODO App</a>
</nav>

<main class="bg-secondary-content max-w-full p-8 grid gap-8 grid-cols-[repeat(auto-fit,minmax(250px,1fr))]"></main>

<footer class="footer footer-center bg-base-300 text-base-content p-4">
<aside>
<p>Copyright © Victor Bitencourt</p>
</aside>
</footer>

</body>

</html>
Loading

0 comments on commit c6b6eca

Please sign in to comment.