Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakhar0202 committed Jul 26, 2024
1 parent 2ecb1f2 commit a5a099f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/textanalyser/static/css/main.f855e6bc.css",
"main.js": "/textanalyser/static/js/main.e81c608c.js",
"static/js/453.288c2b9e.chunk.js": "/textanalyser/static/js/453.288c2b9e.chunk.js",
"index.html": "/textanalyser/index.html",
"main.f855e6bc.css.map": "/textanalyser/static/css/main.f855e6bc.css.map",
"main.e81c608c.js.map": "/textanalyser/static/js/main.e81c608c.js.map",
"453.288c2b9e.chunk.js.map": "/textanalyser/static/js/453.288c2b9e.chunk.js.map"
"main.css": "/textAnalyser/static/css/main.f855e6bc.css",
"main.js": "/textAnalyser/static/js/main.faefa692.js",
"static/js/453.288c2b9e.chunk.js": "/textAnalyser/static/js/453.288c2b9e.chunk.js",
"index.html": "/textAnalyser/index.html",
"main.f855e6bc.css.map": "/textAnalyser/static/css/main.f855e6bc.css.map",
"main.faefa692.js.map": "/textAnalyser/static/js/main.faefa692.js.map",
"453.288c2b9e.chunk.js.map": "/textAnalyser/static/js/453.288c2b9e.chunk.js.map"
},
"entrypoints": [
"static/css/main.f855e6bc.css",
"static/js/main.e81c608c.js"
"static/js/main.faefa692.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/textanalyser/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Text Analyser is aword counter and a character counting utility which can be used to manipulate your text in the way you want.You can remove extra spaces ,copy the manipulated text as well as convert your text from lowercase to uppercase and uppercase to lowercase. "/><link rel="apple-touch-icon" href="/textanalyser/favicon.ico"/><link rel="manifest" href="/textanalyser/manifest.json"/><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"><title>Text Analyser - Word counter | Character counter | LowerCase to UpperCase | UpperCase to LowerCase</title><script defer="defer" src="/textanalyser/static/js/main.e81c608c.js"></script><link href="/textanalyser/static/css/main.f855e6bc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/textAnalyser/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Text Analyser is aword counter and a character counting utility which can be used to manipulate your text in the way you want.You can remove extra spaces ,copy the manipulated text as well as convert your text from lowercase to uppercase and uppercase to lowercase. "/><link rel="apple-touch-icon" href="/textAnalyser/favicon.ico"/><link rel="manifest" href="/textAnalyser/manifest.json"/><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"><title>Text Analyser - Word counter | Character counter | LowerCase to UpperCase | UpperCase to LowerCase</title><script defer="defer" src="/textAnalyser/static/js/main.faefa692.js"></script><link href="/textAnalyser/static/css/main.f855e6bc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script></body></html>
6 changes: 3 additions & 3 deletions static/js/main.e81c608c.js → static/js/main.faefa692.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit a5a099f

Please sign in to comment.