aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-26 17:39:13 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-26 17:39:13 +0200
commite70dcb864eeb8383f738a73f103ec363e3863c7d (patch)
tree5c3f67d6ec613d32dae25f2a4502ea4fe8e1473c /inc
parentUpdated icons but FeelsBadMan (diff)
downloadjoe-www-e70dcb864eeb8383f738a73f103ec363e3863c7d.tar.gz
joe-www-e70dcb864eeb8383f738a73f103ec363e3863c7d.tar.bz2
joe-www-e70dcb864eeb8383f738a73f103ec363e3863c7d.tar.xz
joe-www-e70dcb864eeb8383f738a73f103ec363e3863c7d.tar.zst
joe-www-e70dcb864eeb8383f738a73f103ec363e3863c7d.zip
Better indent
Diffstat (limited to 'inc')
-rw-r--r--inc/classic-contents.inc.php44
1 files changed, 22 insertions, 22 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php
index d1687a5..e796031 100644
--- a/inc/classic-contents.inc.php
+++ b/inc/classic-contents.inc.php
@@ -2,18 +2,18 @@
function
jo_head($title) {
?>
-<html>
- <head>
- <title>Joe's own website - <?php echo "$title"; ?></title>
- <link rel="stylesheet" type="text/css" href="css/site.css">
- <meta charset="UTF-8">
- <script src="https://kit.fontawesome.com/1d97d0fb1c.js" crossorigin="anonymous"></script>
- </head>
- <body>
- <div class="fullpage">
- <header>
- <h1><a href="index.php">Joe's dev blog - <?php echo "$title"; ?></a></h1>
- </header>
+ <html>
+ <head>
+ <title>Joe's own website - <?php echo "$title"; ?></title>
+ <link rel="stylesheet" type="text/css" href="css/site.css">
+ <meta charset="UTF-8">
+ <script src="https://kit.fontawesome.com/1d97d0fb1c.js" crossorigin="anonymous"></script>
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="index.php">Joe's dev blog - <?php echo "$title"; ?></a></h1>
+ </header>
<?php
}
@@ -41,16 +41,16 @@ jo_sidebar() {
function
jo_footer() {
?>
- <footer>
- <p>
- Copyright &copy; 2020, Joe -
- see <a href="license.php">LICENSE</a> -
- we do not use cookies
- </p>
- </footer>
- </div>
- </body>
-</html>
+ <footer>
+ <p>
+ Copyright &copy; 2020, Joe -
+ see <a href="license.php">LICENSE</a> -
+ we do not use cookies
+ </p>
+ </footer>
+ </div>
+ </body>
+ </html>
<?php
}
?>