diff options
Diffstat (limited to 'creations/gyrate-with-obliqueness/index.php')
-rw-r--r-- | creations/gyrate-with-obliqueness/index.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/creations/gyrate-with-obliqueness/index.php b/creations/gyrate-with-obliqueness/index.php index c37aa5c..2e87a8b 100644 --- a/creations/gyrate-with-obliqueness/index.php +++ b/creations/gyrate-with-obliqueness/index.php @@ -1,11 +1,11 @@ -<?php $_TITLE = "Gyrate with Obliqueness"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> -<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box"> - <div class="container"> - <h2>Gyrate with Obliqueness</h2> - - <p>Gyrate with Obliqueness is an upcoming collaboration between me and the cuban artist « russelbuck ». This project is a cover of the song with the same name, with an added music video related to the lyrics of the song.</p> - </div> - - <br> -</div> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> +<?php $_TITLE = "Gyrate with Obliqueness"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
+ <div class="container">
+ <h2>Gyrate with Obliqueness</h2>
+
+ <p>Gyrate with Obliqueness is an upcoming collaboration between me and the cuban artist « russelbuck ». This project is a cover of the song with the same name, with an added music video related to the lyrics of the song.</p>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
|