Skip to content

Commit

Permalink
react router
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Oct 28, 2024
1 parent e622f32 commit 6278483
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 34 deletions.
16 changes: 8 additions & 8 deletions app/tools/notes/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "https://gigamaster.github.io/codemo/tools/notes/static/css/main.516d29e3.css",
"main.js": "https://gigamaster.github.io/codemo/tools/notes/static/js/main.0af699a4.js",
"static/media/error404.png": "https://gigamaster.github.io/codemo/tools/notes/static/media/error404.9884765d176951ea97fa.png",
"static/media/nomadenotes.png": "https://gigamaster.github.io/codemo/tools/notes/static/media/nomadenotes.9884765d176951ea97fa.png",
"index.html": "https://gigamaster.github.io/codemo/tools/notes/index.html",
"main.516d29e3.css.map": "https://gigamaster.github.io/codemo/tools/notes/static/css/main.516d29e3.css.map",
"main.0af699a4.js.map": "https://gigamaster.github.io/codemo/tools/notes/static/js/main.0af699a4.js.map"
"main.css": "/codemo/tools/notes/static/css/main.516d29e3.css",
"main.js": "/codemo/tools/notes/static/js/main.54fcc67e.js",
"static/media/error404.png": "/codemo/tools/notes/static/media/error404.9884765d176951ea97fa.png",
"static/media/nomadenotes.png": "/codemo/tools/notes/static/media/nomadenotes.9884765d176951ea97fa.png",
"index.html": "/codemo/tools/notes/index.html",
"main.516d29e3.css.map": "/codemo/tools/notes/static/css/main.516d29e3.css.map",
"main.54fcc67e.js.map": "/codemo/tools/notes/static/js/main.54fcc67e.js.map"
},
"entrypoints": [
"static/css/main.516d29e3.css",
"static/js/main.0af699a4.js"
"static/js/main.54fcc67e.js"
]
}
23 changes: 1 addition & 22 deletions app/tools/notes/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" href="https://gigamaster.github.io/codemo/tools/notes/favicon/favicon-32x32.png" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description"
content="Codemo Digital Nomad Notes to easily create and organize your locally stored notes." />
<base href="https://gigamaster.github.io/codemo/tools/notes/">
<link rel="manifest" href="https://gigamaster.github.io/codemo/tools/notes/manifest.json" />
<title>Codemo Digital Nomad Notes</title>
<script defer="defer" src="https://gigamaster.github.io/codemo/tools/notes/static/js/main.0af699a4.js"></script>
<link href="https://gigamaster.github.io/codemo/tools/notes/static/css/main.516d29e3.css" rel="stylesheet">
</head>

<body><noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

</html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/codemo/tools/notes/favicon/favicon-32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Codemo Digital Nomad Notes to easily create and organize your locally stored notes."/><base href="/codemo/tools/notes/"><link rel="manifest" href="/codemo/tools/notes/manifest.json"/><title>Codemo Digital Nomad Notes</title><script defer="defer" src="/codemo/tools/notes/static/js/main.54fcc67e.js"></script><link href="/codemo/tools/notes/static/css/main.516d29e3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 6278483

Please sign in to comment.