Skip to content

Commit 19b0713

Browse files
committed
docs(web): remove unnecessary comments from index.html
- Remove placeholder comments related to base href and Flutter build - Delete multiple blank lines for a cleaner structure
1 parent da850b6 commit 19b0713

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

web/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
<!DOCTYPE html><html><head>
2-
<!--
3-
If you are serving your web app in a path other than the root, change the
4-
href value below to reflect the base path you are serving from.
5-
6-
The path provided below has to start and end with a slash "/" in order for
7-
it to work correctly.
8-
9-
For more details:
10-
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
11-
12-
This is a placeholder for base href that will be replaced by the value of
13-
the `--base-href` argument provided to `flutter build`.
14-
-->
152
<base href="$FLUTTER_BASE_HREF">
163

174
<meta charset="UTF-8">
@@ -33,12 +20,6 @@
3320

3421

3522
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
36-
37-
38-
39-
40-
41-
4223
<script>
4324
var serviceWorkerVersion = null;
4425
</script>

0 commit comments

Comments
 (0)