diff --git a/wp-content/themes/twentytwentyone/index.php b/wp-content/themes/twentytwentyone/index.php
index 2a4b1291ac..6829eeed9f 100644
--- a/wp-content/themes/twentytwentyone/index.php
+++ b/wp-content/themes/twentytwentyone/index.php
@@ -14,7 +14,13 @@
* @since Twenty Twenty-One 1.0
*/
-get_header();
+get_header(); ?>
+
+
+
+
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 100a863c24..fb37f0dd9e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.8-alpha-50801';
+$wp_version = '5.8-alpha-50802';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.