diff --git a/app/config.sample.php b/app/config.sample.php new file mode 100644 index 0000000..61417cb --- /dev/null +++ b/app/config.sample.php @@ -0,0 +1,11 @@ + diff --git a/css/style.css b/css/style.css index d7157c1..2de2ed8 100644 --- a/css/style.css +++ b/css/style.css @@ -1,97 +1,135 @@ -body, html { - width: 100%; - height: 100%; - margin: 0; +* { + overscroll-behavior: none; } -.sidebar { - padding-top: 10px !important; - position: absolute; - height: 100%; - top: 0; - left: 0; - padding-left: 10px; - padding-right: 5px; - background-color: red; +html { + font-size: 1.05em; + width: 100%; + height: 100%; +} +@keyframes hueShift { + 0% { filter: hue-rotate(0deg); } + 50% { filter: hue-rotate(20deg); } + 100% { filter: hue-rotate(0deg); } +} +html::before { + /*animation: hueShift 6s infinite linear;*/ + height: 100%; + width: 100%; + background-image: url('themes/macchiato_assets/pattern 315.gif'); + z-index: -10; + content: ' '; + position: fixed; + filter: brightness(90%); +} +body::before { + height:100%; + width:100%; + max-width: 1100px; + background-color: white; + content: ' '; + z-index: -5; + position: fixed; +} +body { + height: 100%; + max-width:1100px; + width: 100%; + display: flex; + margin: 0 auto; + box-shadow: -10px 0px 20px 0px rgba(0,0,0,0.5), 10px 0px 20px 0px rgba(0,0,0,0.5); + background-color: white; +} +body .sidebar { + z-index: 0; + padding-top: 10px !important; + height: calc(100% - 10px) !important; + top: 0; + padding-left: 7px; + padding-right: 7px; + position: relative !important; } .main_frame { - position: absolute; - left: 230px; - padding-left: 10px; - - background-image: url('https://i.imgur.com/hAkK4gA.png'); + width: 100%; + padding-left: 15px; + padding-right: 15px; + margin-left: 0 !important; + margin-right: 0 !important; + overflow: auto; + background-image: url('https://i.imgur.com/hAkK4gA.png'); } .sidebar ul { - list-style-type: none; - margin: 0; - padding: 0; - } - - .sidebar li { - display: block; - padding: 5px; - } - .sidebar label { - margin-top: 10px; - padding: 0; - cursor: pointer; - user-select: none; + list-style-type: none; + margin: 0; + padding: 0; +} - } - .sidebar a:hover, .sidebar label:hover { - filter:brightness(110%); - } - .sidebar input[type='radio'] { - display: none; - } - .link_group ul { - user-select: none; - max-height: 0px; - overflow: hidden; - transition: 0.3s max-height; +.sidebar li { + display: block; + padding: 5px; +} +.sidebar label { + margin-top: 10px; + padding: 0; + cursor: pointer; + user-select: none; - } - .sidebar .link_group:has(input[type='radio']:checked) ul { - - max-height: 1000px; - transition: 0.3s ease-in max-height; - transition-delay: 0.0s; +} +.sidebar a:hover, .sidebar label:hover { + filter:brightness(110%); +} +.sidebar input[type='radio'] { + display: none; +} +.link_group ul { + user-select: none; + max-height: 0px; + overflow: hidden; + transition: 0.3s max-height; - } +} +.sidebar .link_group:has(input[type='radio']:checked) ul { - .main_frame { - max-width: 960px; - line-height: 1.5em; - margin-left:15px; - margin-right: 10px; - font-family: "EB Garamond" - } + max-height: 1000px; + transition: 0.3s ease-in max-height; + transition-delay: 0.0s; - .main_frame h2 { - margin-bottom: 0px; - padding-bottom:0px; - } - .main_frame p { - margin-top: 10px; - } - .logo_holder { - width: 254px; - } - .logo_holder img { - width: 100%; - } - .page_title { - box-shadow: 3px 3px #3d3d3d; - background-color: purple; - padding-left: 15px; - font-family: 'Rajdhani', sans-serif; - font-style: italic; - text-shadow: 1px 1px BLACK; - /*background-image: url(https://emma31.tripod.com/backs2/pup2.gif);*/ - background-image: url('themes/macchiato_assets/pup2.png'); - color: white; - user-select: none; - } - .page_title h1 { - padding-top: 20px; - padding-bottom: 20px; - } \ No newline at end of file +} + +.main_frame { + max-width: 860px; + line-height: 1.5em; + margin-left:15px; + margin-right: 10px; + font-family: "EB Garamond" +} + +.main_frame h2 { + margin-bottom: 0px; + padding-bottom:0px; +} +.main_frame p { + margin-top: 10px; +} +.logo_holder { + width: 254px; +} +.logo_holder img { + width: 100%; +} +.page_title { + line-height: 1.05; + box-shadow: 3px 3px #3d3d3d; + background-color: purple; + padding-left: 15px; + font-family: 'Rajdhani', sans-serif; + font-style: italic; + text-shadow: 1px 1px BLACK; + /*background-image: url(https://emma31.tripod.com/backs2/pup2.gif);*/ + background-image: url('themes/macchiato_assets/pup2.png'); + color: white; + user-select: none; +} +.page_title h1 { + padding-top: 20px; + padding-bottom: 20px; +} diff --git a/css/themes/index.html b/css/themes/index.html deleted file mode 100644 index 88d3912..0000000 --- a/css/themes/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]DEV_default.css2023-04-19 07:59 6.7K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]frillsify.css2023-11-03 01:30 9.5K 
[DIR]macchiato_assets/2023-06-12 10:53 -  
[TXT]plain.css2023-03-28 20:03 72  
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]sea.css2024-02-21 03:34 4.6K 
[TXT]tweek.css2023-05-07 21:32 3.3K 
[TXT]twilight.css2023-11-01 23:34 5.8K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/index.html?C=D;O=A b/css/themes/index.html?C=D;O=A deleted file mode 100644 index d81ad2d..0000000 --- a/css/themes/index.html?C=D;O=A +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]DEV_default.css2023-04-19 07:59 6.7K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]frillsify.css2023-11-03 01:30 9.5K 
[DIR]macchiato_assets/2023-06-12 10:53 -  
[TXT]plain.css2023-03-28 20:03 72  
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]sea.css2024-02-21 03:34 4.6K 
[TXT]tweek.css2023-05-07 21:32 3.3K 
[TXT]twilight.css2023-11-01 23:34 5.8K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/index.html?C=D;O=D b/css/themes/index.html?C=D;O=D deleted file mode 100644 index a4399de..0000000 --- a/css/themes/index.html?C=D;O=D +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]twilight.css2023-11-01 23:34 5.8K 
[TXT]tweek.css2023-05-07 21:32 3.3K 
[TXT]sea.css2024-02-21 03:34 4.6K 
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]plain.css2023-03-28 20:03 72  
[DIR]macchiato_assets/2023-06-12 10:53 -  
[TXT]frillsify.css2023-11-03 01:30 9.5K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]DEV_default.css2023-04-19 07:59 6.7K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/index.html?C=M;O=A b/css/themes/index.html?C=M;O=A deleted file mode 100644 index 4970106..0000000 --- a/css/themes/index.html?C=M;O=A +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]plain.css2023-03-28 20:03 72  
[TXT]DEV_default.css2023-04-19 07:59 6.7K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]tweek.css2023-05-07 21:32 3.3K 
[DIR]macchiato_assets/2023-06-12 10:53 -  
[TXT]twilight.css2023-11-01 23:34 5.8K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]frillsify.css2023-11-03 01:30 9.5K 
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]sea.css2024-02-21 03:34 4.6K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/index.html?C=M;O=D b/css/themes/index.html?C=M;O=D deleted file mode 100644 index 886fcfe..0000000 --- a/css/themes/index.html?C=M;O=D +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]sea.css2024-02-21 03:34 4.6K 
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]frillsify.css2023-11-03 01:30 9.5K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]twilight.css2023-11-01 23:34 5.8K 
[DIR]macchiato_assets/2023-06-12 10:53 -  
[TXT]tweek.css2023-05-07 21:32 3.3K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]DEV_default.css2023-04-19 07:59 6.7K 
[TXT]plain.css2023-03-28 20:03 72  

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/index.html?C=N;O=A b/css/themes/index.html?C=N;O=A deleted file mode 100644 index 88d3912..0000000 --- a/css/themes/index.html?C=N;O=A +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]DEV_default.css2023-04-19 07:59 6.7K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]frillsify.css2023-11-03 01:30 9.5K 
[DIR]macchiato_assets/2023-06-12 10:53 -  
[TXT]plain.css2023-03-28 20:03 72  
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]sea.css2024-02-21 03:34 4.6K 
[TXT]tweek.css2023-05-07 21:32 3.3K 
[TXT]twilight.css2023-11-01 23:34 5.8K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/index.html?C=N;O=D b/css/themes/index.html?C=N;O=D deleted file mode 100644 index a4399de..0000000 --- a/css/themes/index.html?C=N;O=D +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]twilight.css2023-11-01 23:34 5.8K 
[TXT]tweek.css2023-05-07 21:32 3.3K 
[TXT]sea.css2024-02-21 03:34 4.6K 
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]plain.css2023-03-28 20:03 72  
[DIR]macchiato_assets/2023-06-12 10:53 -  
[TXT]frillsify.css2023-11-03 01:30 9.5K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]DEV_default.css2023-04-19 07:59 6.7K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/index.html?C=S;O=A b/css/themes/index.html?C=S;O=A deleted file mode 100644 index 0649e4b..0000000 --- a/css/themes/index.html?C=S;O=A +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]macchiato_assets/2023-06-12 10:53 -  
[TXT]plain.css2023-03-28 20:03 72  
[TXT]tweek.css2023-05-07 21:32 3.3K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]sea.css2024-02-21 03:34 4.6K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]twilight.css2023-11-01 23:34 5.8K 
[TXT]DEV_default.css2023-04-19 07:59 6.7K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]frillsify.css2023-11-03 01:30 9.5K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/index.html?C=S;O=D b/css/themes/index.html?C=S;O=D deleted file mode 100644 index 26bcb00..0000000 --- a/css/themes/index.html?C=S;O=D +++ /dev/null @@ -1,27 +0,0 @@ - - - - Index of /css/themes - - -

Index of /css/themes

- - - - - - - - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]frillsify.css2023-11-03 01:30 9.5K 
[TXT]default.css2023-11-03 01:30 9.5K 
[TXT]bitbits.css2023-04-19 07:59 6.7K 
[TXT]DEV_default.css2023-04-19 07:59 6.7K 
[TXT]twilight.css2023-11-01 23:34 5.8K 
[TXT]plantcell.css2023-11-26 06:16 4.9K 
[TXT]DEV_plantcell-old.css2023-05-06 18:45 4.8K 
[TXT]sea.css2024-02-21 03:34 4.6K 
[TXT]DEV_macchiato.css2023-05-06 17:01 3.8K 
[TXT]tweek.css2023-05-07 21:32 3.3K 
[TXT]plain.css2023-03-28 20:03 72  
[DIR]macchiato_assets/2023-06-12 10:53 -  

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html b/css/themes/macchiato_assets/index.html deleted file mode 100644 index 78801dc..0000000 --- a/css/themes/macchiato_assets/index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]32bit_small.gif2023-05-06 16:54 35K 
[IMG]background.gif2023-04-30 04:27 2.3K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 
[IMG]bgocean.gif2001-03-15 16:34 12K 
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html?C=D;O=A b/css/themes/macchiato_assets/index.html?C=D;O=A deleted file mode 100644 index 1517fa9..0000000 --- a/css/themes/macchiato_assets/index.html?C=D;O=A +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]32bit_small.gif2023-05-06 16:54 35K 
[IMG]background.gif2023-04-30 04:27 2.3K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 
[IMG]bgocean.gif2001-03-15 16:34 12K 
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html?C=D;O=D b/css/themes/macchiato_assets/index.html?C=D;O=D deleted file mode 100644 index c2a6f3c..0000000 --- a/css/themes/macchiato_assets/index.html?C=D;O=D +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 
[IMG]bgocean.gif2001-03-15 16:34 12K 
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]background.gif2023-04-30 04:27 2.3K 
[IMG]32bit_small.gif2023-05-06 16:54 35K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html?C=M;O=A b/css/themes/macchiato_assets/index.html?C=M;O=A deleted file mode 100644 index 2be9e95..0000000 --- a/css/themes/macchiato_assets/index.html?C=M;O=A +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]bgocean.gif2001-03-15 16:34 12K 
[IMG]background.gif2023-04-30 04:27 2.3K 
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 
[IMG]32bit_small.gif2023-05-06 16:54 35K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html?C=M;O=D b/css/themes/macchiato_assets/index.html?C=M;O=D deleted file mode 100644 index c9a07e9..0000000 --- a/css/themes/macchiato_assets/index.html?C=M;O=D +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]32bit_small.gif2023-05-06 16:54 35K 
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 
[IMG]background.gif2023-04-30 04:27 2.3K 
[IMG]bgocean.gif2001-03-15 16:34 12K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html?C=N;O=A b/css/themes/macchiato_assets/index.html?C=N;O=A deleted file mode 100644 index 78801dc..0000000 --- a/css/themes/macchiato_assets/index.html?C=N;O=A +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]32bit_small.gif2023-05-06 16:54 35K 
[IMG]background.gif2023-04-30 04:27 2.3K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 
[IMG]bgocean.gif2001-03-15 16:34 12K 
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html?C=N;O=D b/css/themes/macchiato_assets/index.html?C=N;O=D deleted file mode 100644 index c2a6f3c..0000000 --- a/css/themes/macchiato_assets/index.html?C=N;O=D +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 
[IMG]bgocean.gif2001-03-15 16:34 12K 
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]background.gif2023-04-30 04:27 2.3K 
[IMG]32bit_small.gif2023-05-06 16:54 35K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html?C=S;O=A b/css/themes/macchiato_assets/index.html?C=S;O=A deleted file mode 100644 index 28b2942..0000000 --- a/css/themes/macchiato_assets/index.html?C=S;O=A +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]background.gif2023-04-30 04:27 2.3K 
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 
[IMG]bgocean.gif2001-03-15 16:34 12K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]32bit_small.gif2023-05-06 16:54 35K 
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/index.html?C=S;O=D b/css/themes/macchiato_assets/index.html?C=S;O=D deleted file mode 100644 index 4595d75..0000000 --- a/css/themes/macchiato_assets/index.html?C=S;O=D +++ /dev/null @@ -1,21 +0,0 @@ - - - - Index of /css/themes/macchiato_assets - - -

Index of /css/themes/macchiato_assets

- - - - - - - - - - - -
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[IMG]circuit_sidebar.png2023-05-05 08:03 89K 
[IMG]32bit_small.gif2023-05-06 16:54 35K 
[IMG]bg_sunset.jpg2023-05-06 16:55 30K 
[IMG]bgocean.gif2001-03-15 16:34 12K 
[IMG]bgblueop.gif2023-05-06 17:01 2.9K 
[IMG]background.gif2023-04-30 04:27 2.3K 

-
Apache/2.4.54 (Debian) Server at 32bit.cafe Port 443
- diff --git a/css/themes/macchiato_assets/pattern 315.gif b/css/themes/macchiato_assets/pattern 315.gif new file mode 100644 index 0000000..b1a24b0 Binary files /dev/null and b/css/themes/macchiato_assets/pattern 315.gif differ diff --git a/includes/header.php b/includes/header.php index c37bb07..086d5dd 100644 --- a/includes/header.php +++ b/includes/header.php @@ -1,6 +1,7 @@ + My 32-Bit Cafe | <?= $curPage ?> @@ -20,6 +21,7 @@
  • tilde server
  • + +