index text is centered

This commit is contained in:
Rusty Striker 2023-01-14 17:24:51 +02:00
parent 5a0472cc8f
commit 8974fd3623
Signed by: RustyStriker
GPG Key ID: 87E4D691632DFF15
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Build Scripts/"</INJECT>
<h1>Build Scripts</h1>
<div>
<div style="text-align:center;">
<p>
Folder keeping build script helpers(for running using my injector).
<br>

View File

@ -4,7 +4,7 @@
<br><br>
Files<br> <INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
</p>
<div>
<div style="text-align:center;">
<p>
Hello and welcome to my personal website
<br><br>

View File

@ -1,7 +1,7 @@
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Stories/"</INJECT>
<h1>Stories</h1>
<div>
<div style="text-align:center;">
<p>
Random stories, blogs, ideas and more.
<br>

View File

@ -1,7 +1,7 @@
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Useful/"</INJECT>
<h1>Useful</h1>
<div>
<div style="text-align:center;">
<p>
Useful stuff to know/resources
</p>