diff --git a/public/img/Logo128x152.jpg b/public/img/Logo128x152.jpg new file mode 100644 index 0000000..68087a7 Binary files /dev/null and b/public/img/Logo128x152.jpg differ diff --git a/public/index.html b/public/index.html index 6b41cd6..e5e59e1 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,32 @@ - + + TempleOS + + - -

TempleOS

-

Documentation

- Welcome to TempleOS
- Documentation files
- View source
+ + + +

TempleOS Documentation

+ +

Welcome to TempleOS
Documentation files
View source

+
+ + diff --git a/public/style/templeos.css b/public/style/templeos.css index 65b2652..c7f94f4 100644 --- a/public/style/templeos.css +++ b/public/style/templeos.css @@ -8,3 +8,10 @@ pre { text-align: left; } +footer { + position: absolute; + bottom: 10px; + left: 50%; + transform: translateX(-50%); +} +