aboutsummaryrefslogtreecommitdiff
path: root/code-of-conduct
diff options
context:
space:
mode:
Diffstat (limited to 'code-of-conduct')
-rw-r--r--code-of-conduct/index.php24
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"; ?>