We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ef5d5 commit d461c5fCopy full SHA for d461c5f
web/index.html
@@ -23,13 +23,13 @@
23
<!-- iOS meta tags & icons -->
24
<meta name="mobile-web-app-capable" content="yes" />
25
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
26
- <meta name="apple-mobile-web-app-title" content="dart_ast_node_viewer" />
+ <meta name="apple-mobile-web-app-title" content="Dart AST Node Viewer" />
27
<link rel="apple-touch-icon" href="icons/Icon-192.png" />
28
29
<!-- Favicon -->
30
<link rel="icon" type="image/png" href="favicon.png" />
31
32
- <title>dart_ast_node_viewer</title>
+ <title>Dart AST Node Viewer</title>
33
<link rel="manifest" href="manifest.json" />
34
<style>
35
:root {
0 commit comments