This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a71bcbf82a [Playground] add meta tags (#17207)
8a71bcbf82a is described below

commit 8a71bcbf82a58d003f3a9e7c27621d21cc1abe7c
Author: Aydar Farrakhov <[email protected]>
AuthorDate: Wed Apr 6 22:54:13 2022 +0300

    [Playground] add meta tags (#17207)
    
    * playground add meta tags
    
    * playground fix meta tags
---
 playground/frontend/web/index.html | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/playground/frontend/web/index.html 
b/playground/frontend/web/index.html
index 41109b8a243..cb7ab505253 100644
--- a/playground/frontend/web/index.html
+++ b/playground/frontend/web/index.html
@@ -37,7 +37,9 @@
   <base href="/">
 
   <meta content="IE=Edge" http-equiv="X-UA-Compatible">
-  <meta name="description" content="Apache Beam Playground">
+  <meta name="description"
+        content="Apache Beam is an open source, unified model for defining 
both batch and streaming data-parallel processing pipelines. Apache Beam 
Playground is an interactive environment to try out Beam transforms and code 
examples without having to install Apache Beam in your environment. Beam 
Playground had a catalog of hundreds of code examples to try."/>
+  <meta name="keywords" content="apache beam playground, apache beam, 
playground, beam"/>
 
   <!-- Fonts section -->
   <link rel="preconnect" href="https://fonts.googleapis.com";>
@@ -59,7 +61,8 @@
     textarea ~ grammarly-extension {
       display: none;
     }
-  </style>
+
+    </style>
 </head>
 <body>
 <!-- This script installs service_worker.js to provide PWA functionality to
@@ -142,6 +145,7 @@
       // Service workers not supported. Just drop the <script> tag.
       loadMainDartJs();
     }
-  </script>
+
+</script>
 </body>
 </html>

Reply via email to