-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
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.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.