Skip to content

Commit

Permalink
add meta description tag to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed May 11, 2024
1 parent 9e25f3e commit 7d1cd5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Master Theorem Evaluator - An intuitive web app designed to calculate and visualize the time complexity of divide and conquer algorithms using the Master Theorem. Try it now to simplify your algorithm analysis!" />
<title>Evaluate Master Theorem</title>
</head>

Expand Down
2 changes: 2 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<link rel="icon" type="image/svg+xml" href="/static/vite.svg" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Master Theorem Evaluator - An intuitive web app designed to calculate and visualize the time complexity of divide and conquer algorithms using the Master Theorem. Try it now to simplify your algorithm analysis!" />
<title>Evaluate Master Theorem</title>
<script type="module" crossorigin src="/static/assets/index-z9hz2QM0.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-C4dQIb5I.css">
Expand Down
1 change: 1 addition & 0 deletions staticfiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="icon" type="image/svg+xml" href="/static/vite.svg" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Master Theorem Evaluator - An intuitive web app designed to calculate and visualize the time complexity of divide and conquer algorithms using the Master Theorem. Try it now to simplify your algorithm analysis!" />
<title>Evaluate Master Theorem</title>
<script type="module" crossorigin src="/static/assets/index-z9hz2QM0.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-C4dQIb5I.css">
Expand Down

0 comments on commit 7d1cd5f

Please sign in to comment.