Twin Room

This comfortable, modern hotel is set in the urban centre of Kampala, 10 minutes’ walk from the Independence Monument. It offers a terrace and chic room with free Wi-Fi.

Features a comfortable Queen-size bed, private balcony, and standard amenities (No hot water).

Room details

$20.00 / Per night
document.addEventListener("DOMContentLoaded", function () { const roomList = document.querySelector(".stm-rooms-list.standard"); if (roomList) { const rooms = Array.from(roomList.querySelectorAll(".room")); rooms.sort((a, b) => { return a.dataset.order - b.dataset.order; }); rooms.forEach(room => roomList.appendChild(room)); } });