Hix Harbaour web server its ok

130 views
Skip to first unread message

priadi andika

unread,
Nov 10, 2025, 7:38:38 PM (13 days ago) Nov 10
to harbou...@googlegroups.com
Hi Charly 

I am try other html in HIX , included css 
 
hbhtml.jpg 
I try image src and css , but  not display in screen 
<!DOCTYPE html>
<html lang="id">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Contoh Coding HTML</title>
    <style>
      body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      h1 {
        color: #8000ff;
        margin-top: 50px;
        text-align: center;
      }
      .tombol-kustom {
        background-color: #008cba; /* Warna latar tombol */
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        margin-top: 20px; /* Memberi jarak antara teks dan tombol */
      }
      .tombol-kustom:hover {
        background-color: #005f73; /* Warna latar tombol saat kursor diarahkan */
      }
    </style>
  </head>
  <body>
    <h1>Selamat Datang di Harbour web Server!</h1>
    <button class="tombol-kustom">Daftar atau List pGambar</button>
    < img src="hbwebserver.jpg" >
  </body>

  < img src="gambar.jpg">
</html>

image.png

I hope feed back to correction 
Thanks for attention , 
BR 
SPD

flb...@gmail.com

unread,
Nov 11, 2025, 2:06:18 AM (13 days ago) Nov 11
to Harbour Users
Try
    </style>
  </head>
  <body>
    <h1>Selamat Datang di Harbour web Server!</h1>
    <button class="tombol-kustom">Daftar atau List pGambar</button>
    <img src="hbwebserver.jpg" >
    <img src="gambar.jpg">
  </body>
</html>

This is probably only html error:
- second .jpg  gambar.jpg  must be inside <body>
- '<img' and not '< img'
Claude R.

cod...@outlook.com

unread,
Nov 11, 2025, 9:15:52 AM (12 days ago) Nov 11
to Harbour Users
Hi Priadi.

as Charly guided you better place to ask questions on HIX and UT is   https://discord.com/invite/bq8a9yGMWh  .
Specifically go to  https://discord.com/channels/1059352197919428618/1106867606675267584/threads/1430961073821061181 . There you can find many questions and answers on HIX. Also you can ask new questions.
This forum is not for UT and HIX. Charly here only announced HIX , as it does for UT.

Regards,
Simo.

Reply all
Reply to author
Forward
0 new messages