diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-24 09:05:42 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-24 09:05:42 -0400 |
commit | c5f39ea2cd7cf02246705ea8872d3b350526165c (patch) | |
tree | 2694f9fdc5d83b529a01f2997c1d89c271c86592 /src/web/config/style.php | |
download | website-c5f39ea2cd7cf02246705ea8872d3b350526165c.tar.gz website-c5f39ea2cd7cf02246705ea8872d3b350526165c.tar.bz2 website-c5f39ea2cd7cf02246705ea8872d3b350526165c.zip |
initial
Diffstat (limited to 'src/web/config/style.php')
-rw-r--r-- | src/web/config/style.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/web/config/style.php b/src/web/config/style.php new file mode 100644 index 0000000..6b29fab --- /dev/null +++ b/src/web/config/style.php @@ -0,0 +1,7 @@ +<?php /* Copyright (c) 2024 Freya Murphy */ + +$style = array(); + +$style['home'] = 'css/home.css'; +$style['blog'] = 'css/blog.css'; +$style['error'] = 'css/error.css'; |