Skip to content

Commit

Permalink
deploy: 34f5e62
Browse files Browse the repository at this point in the history
  • Loading branch information
markohautala committed Feb 20, 2024
0 parents commit 329d4c3
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Binary file added assets/apple-touch-icon-VMEer_lW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-16x16-BAEBZ4Vp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-32x32-DeqUsaRd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/index-BcKW16l3.js

Large diffs are not rendered by default.

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

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

29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Todo App</title>
<link rel="apple-touch-icon" sizes="180x180" href="/react-app/assets/apple-touch-icon-VMEer_lW.png">
<link rel="icon" type="image/png" sizes="32x32" href="/react-app/assets/favicon-32x32-DeqUsaRd.png">
<link rel="icon" type="image/png" sizes="16x16" href="/react-app/assets/favicon-16x16-BAEBZ4Vp.png">


<script type="module" crossorigin src="/react-app/assets/index-BcKW16l3.js"></script>
<link rel="stylesheet" crossorigin href="/react-app/assets/index-CYRK7-Ws.css">
</head>

<body>
<div id="root"></div>
<div class="main-container">
<p class="title">Built with React</p>
<div class="container">
<span class="react-logo">
<span class="nucleo"></span>
</span>
</div>
</div>
</body>

</html>

0 comments on commit 329d4c3

Please sign in to comment.