diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-08 12:04:30 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-08 12:04:30 +0200 |
commit | 95112b1eb06a4be531ded59563d53a63a8d614e8 (patch) | |
tree | fd3dc676227309c87a39feab9ca458985e327907 /code-of-conduct/index.php | |
parent | 87303b0d3540037fb94efdde24dbaacb2880d6cb (diff) | |
download | main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.gz main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.bz2 main-95112b1eb06a4be531ded59563d53a63a8d614e8.zip |
Opening!
Diffstat (limited to 'code-of-conduct/index.php')
-rw-r--r-- | code-of-conduct/index.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/code-of-conduct/index.php b/code-of-conduct/index.php index 2b4c375..21588e5 100644 --- a/code-of-conduct/index.php +++ b/code-of-conduct/index.php @@ -1,12 +1,12 @@ -<?php $_TITLE = "Code of Conduct"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> - -<div style="z-index: 5;background: #fff;min-height: calc(100vh - 57px);" id="main-box"> - <div id="project-hero" style="background-image:url('/static/hero/code-of-conduct.jpg');"></div> - - <div class="container"> - <?= l(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/code/en.html"), file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/code/fr.html")); ?> - </div> - - <br> -</div> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> +<?php $_TITLE = "Code of Conduct"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+
+<div style="z-index: 5;background: #fff;min-height: calc(100vh - 57px);" id="main-box">
+ <div id="project-hero" style="background-image:url('/static/hero/code-of-conduct.jpg');"></div>
+
+ <div class="container">
+ <?= l(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/code/en.html"), file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/code/fr.html")); ?>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
|