--- /dev/null
+<div align="center">
+ <img src="/images/under_construction/underconstructionimg.gif" alt="under construction barrier" width="200">
+</div>
\ No newline at end of file
<h1>About me!</h1>
<p>Sorry, nothing to see here yet :<</p>
</section>
+ <section>
+ <?php include_once($path . '/under_construction.php');?>
+ </section>
</main>
<?php include_once($path . '/footer.php');?>
<h1>Some useful links.</h1>
<p>Sorry, nothing to see here yet :<</p>
</section>
+ <section>
+ <?php include_once($path . '/under_construction.php');?>
+ </section>
</main>
<?php include_once($path . '/footer.php');?>
<h1>All paths to my site.</h1>
<p>Sorry, nothing to see here yet :<</p>
</section>
+ <section>
+ <?php include_once($path . '/under_construction.php');?>
+ </section>
</main>
<?php include_once($path . '/footer.php');?>
a {
text-decoration: none;
}
-
-
.page-title {
+ display: block;
+ margin: auto;
width: 100%;
+ max-width: 500px;
}
\ No newline at end of file