File indexing completed on 2024-06-23 05:11:56

0001 <!DOCTYPE html>
0002 <html>
0003 
0004 <head>
0005 </head>
0006 
0007 <body>
0008 
0009 <div itemscope itemtype="http://schema.org/Hotel">
0010     <h1 itemprop="name">Konqi Resort and Spa</h1>
0011     <p itemprop="description">
0012         Discover a 4 star hotel in the heart of Paris.
0013     </p>
0014 
0015     <div itemprop="image" itemscope itemtype="http://schema.org/ImageObject">
0016         <img itemprop="url" src="https://community.kde.org/images.community/thumb/4/40/Mascot_konqi.png/144px-Mascot_konqi.png" alt="Konqi">
0017     </div>
0018 
0019     <a itemprop="url" href="https://www.kde.org">Come visit us</a>
0020 </div>
0021 
0022 </body>
0023 
0024 </html>