debugged image serving and fixed a couple of images in the frame

This commit is contained in:
2025-09-14 15:51:27 -06:00
parent 3fe226938c
commit ae3c9ca748
5 changed files with 32 additions and 12 deletions
+12 -4
View File
@@ -1,3 +1,11 @@
{*
* Amsterdam Web Communities System
* Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*}
<!DOCTYPE html>
<html lang="en">
<head>
@@ -17,8 +25,8 @@
<!-- Site Logo -->
<div class="w-1/5">
<a href="http://venice.sourceforge.net/">
<img src="./venice-frontpage_files/powered-by-venice.gif"
alt="Venice Test"
<img src="/img/builtin/powered-by-amsterdam.png"
alt="Amsterdam Test"
class="w-35 h-20 mx-2 my-2">
</a>
</div>
@@ -106,8 +114,8 @@
</div>
<div class="flex-shrink-0">
<a href="http://venice.users.sf.net/" target="_blank">
<img src="./venice-frontpage_files/powered-by-venice.gif"
alt="Powered By Venice"
<img src="/img/builtin/powered-by-amsterdam.png"
alt="Powered By Amsterdam"
class="w-32 h-26">
</a>
</div>