Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added playground/frontend/web/favicon.ico
Binary file not shown.
Binary file removed playground/frontend/web/favicon.png
Binary file not shown.
Binary file removed playground/frontend/web/icons/Icon-192.png
Binary file not shown.
Binary file removed playground/frontend/web/icons/Icon-512.png
Binary file not shown.
Binary file removed playground/frontend/web/icons/Icon-maskable-192.png
Binary file not shown.
Binary file removed playground/frontend/web/icons/Icon-maskable-512.png
Binary file not shown.
8 changes: 4 additions & 4 deletions playground/frontend/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@

<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="Apache Beam Playground">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="playground">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<meta name="apple-mobile-web-app-title" content="Apache Beam Playground">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">

<title>playground</title>
<title>Apache Beam Playground</title>
<link rel="manifest" href="manifest.json">
<!-- disable grammarly extension-->
<style>
Expand Down