Skip to content

Commit

Permalink
Adapt example's web index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WieFel committed Dec 27, 2024
1 parent c8953b1 commit ca52526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
Fore more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
-->
<base href="/">
<base href="/number_paginator/">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="description" content="Number Paginator Demo">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
Expand All @@ -26,7 +26,7 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

<title>example</title>
<title>Number Paginator Demo</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
Expand Down

0 comments on commit ca52526

Please sign in to comment.