aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-23 19:21:35 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-23 19:21:35 +0200
commit2d45e764fe5c68db9a75be0a15844d1636fce27e (patch)
treeddc58ba9fd8ef30010004db1a10a190e00a8db72 /index.html
parentGood footer (diff)
downloadjoe-www-2d45e764fe5c68db9a75be0a15844d1636fce27e.tar.gz
joe-www-2d45e764fe5c68db9a75be0a15844d1636fce27e.tar.bz2
joe-www-2d45e764fe5c68db9a75be0a15844d1636fce27e.tar.xz
joe-www-2d45e764fe5c68db9a75be0a15844d1636fce27e.tar.zst
joe-www-2d45e764fe5c68db9a75be0a15844d1636fce27e.zip
Trying php
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 12 insertions, 5 deletions
diff --git a/index.html b/index.html
index 7d66a2e..02ec7a8 100644
--- a/index.html
+++ b/index.html
@@ -46,20 +46,27 @@
<div class="body-contents">
<h1>About the site</h1>
<p>
- Welcome to my personnal blog. There you can find my tips and articles on
- various tech and programming subjects.
+ Welcome to my personnal blog. There you can find my tips and articles
+ on various tech and programming subjects.
<br><br>
The site is still in active developpement, come back sometimes.
</p>
<h1>About me</h1>
<p>
- I am a student for <a href="https://www.42lyon.fr/" target="_blank">42Lyon</a> IT school based in
- Lyon, France. I work on various personnal project beside that.
+ I am a student for
+ <a href="https://www.42lyon.fr/" target="_blank">42Lyon</a>
+ IT school based in Lyon, France.
+ I work on various personnal project beside that.
+ </p>
+ <p>
+ <a href="phptest.php">PHP test</a>
</p>
</div>
<footer>
<p>
- Copyright Joe 2020 - see <a href="LICENSE">LICENSE</a> - we do not use cookies
+ Copyright Joe 2020 -
+ see <a href="LICENSE">LICENSE</a> -
+ we do not use cookies
</p>
</footer>
</div>