{"id":2,"date":"2025-06-25T15:16:21","date_gmt":"2025-06-25T15:16:21","guid":{"rendered":"https:\/\/hotel.jesalmer.sabpro.in\/?page_id=2"},"modified":"2025-06-25T18:00:12","modified_gmt":"2025-06-25T18:00:12","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/sample-page\/","title":{"rendered":"See more"},"content":{"rendered":"\n<p class=\"has-text-align-center\"><strong>\ud83c\udf19 Sleep Inside the Legend \u2013 Hotel Jaisalmer \ud83c\udfef<br>Not just a hotel. A royal story waiting to welcome you.<\/strong><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Hotel Vision Strip<\/title>\n  <style>\n    body {\n      margin: 0;\n      padding-top: 40px;   \/* Space for top bar *\/\n      padding-bottom: 70px; \/* Space for bottom bar + button *\/\n      font-family: Arial, sans-serif;\n      background: #fefefe;\n    }\n\n    \/* \ud83c\udfaf Common Strip Style *\/\n    .strip {\n      position: fixed;\n      width: 100%;\n      height: 40px;\n      background-color: #fff8e1;\n      color: #3e2723;\n      font-weight: bold;\n      font-size: 15px;\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      z-index: 1000;\n      border-top: 1px solid #ffe082;\n      border-bottom: 1px solid #ffe082;\n    }\n\n    \/* \u2b06\ufe0f Top strip *\/\n    .strip.top {\n      top: 0;\n    }\n\n    \/* \u2b07\ufe0f Bottom strip *\/\n    .strip.bottom {\n      bottom: 0;\n    }\n\n    \/* \ud83d\udd01 Moving text *\/\n    .scrolling-text {\n      white-space: nowrap;\n      display: inline-block;\n      animation: scrollText 20s linear infinite;\n      padding-left: 100%;\n    }\n\n    @keyframes scrollText {\n      0% {\n        transform: translateX(0%);\n      }\n      100% {\n        transform: translateX(-100%);\n      }\n    }\n\n    \/* \u2705 Book Now Button *\/\n    .book-btn {\n      position: fixed;\n      bottom: 50px;\n      left: 50%;\n      transform: translateX(-50%);\n      background-color: #4CAF50;\n      color: white;\n      padding: 10px 20px;\n      border-radius: 8px;\n      font-size: 16px;\n      font-weight: bold;\n      text-decoration: none;\n      z-index: 1001;\n      box-shadow: 0 2px 6px rgba(0,0,0,0.2);\n    }\n\n    .book-btn:hover {\n      background-color: #388e3c;\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- \ud83d\udd1d Top Scrolling Line -->\n<div class=\"strip top\">\n  <div class=\"scrolling-text\">\n    \ud83c\udfe8 Aarti Palace \u2013 Clean Rooms | Honest Staff | Local Cuisine | Fort View Rooftop | Family Friendly | 24&#215;7 Room Service\n  <\/div>\n<\/div>\n\n<!-- \ud83d\udfe9 Booking Button -->\n<a href=\"https:\/\/wa.me\/918209554035\" class=\"book-btn\">\ud83d\udcf2 Book Your Room Now<\/a>\n\n<!-- \ud83d\udd3b Bottom Scrolling Line -->\n<div class=\"strip bottom\">\n  <div class=\"scrolling-text\">\n    \ud83c\udf1f Camel Safari | Jeep Safari | Cultural Show | Desert Experience | Group Discounts | Free Pickup | Book Now at Aarti Palace!\n  <\/div>\n<\/div>\n\n<!-- \ud83d\uddbc\ufe0f Sample Page Content -->\n<div style=\"padding: 60px 20px;\">\n  <h2>Welcome to Aarti Palace Hotel<\/h2>\n  <p>Experience the golden heritage of Jaisalmer with comfort, culture, and care.<\/p>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Aarti Palace \u2013 Booking &#038; Services<\/title>\n  <style>\n    body {\n      margin: 0;\n      font-family: 'Segoe UI', sans-serif;\n      background-color: #fffaf0;\n      color: #333;\n    }\n\n    \/* \ud83d\udd01 Top Scrolling Rates *\/\n    .top-scroll-box {\n      width: 100%;\n      max-width: 450px;\n      height: 50px;\n      overflow: hidden;\n      position: relative;\n      margin: 20px auto 10px;\n      border: 2px solid #ff9800;\n      border-radius: 8px;\n      background-color: #fff3e0;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n    }\n\n    .scroll-lines {\n      display: flex;\n      flex-direction: column;\n      position: absolute;\n      animation: verticalScroll 12s linear infinite;\n    }\n\n    .scroll-lines div {\n      padding: 12px 10px;\n      font-size: 16px;\n      font-weight: bold;\n      color: #e65100;\n      text-align: center;\n    }\n\n    @keyframes verticalScroll {\n      0% { top: 0; }\n      20% { top: -50px; }\n      40% { top: -100px; }\n      60% { top: -150px; }\n      80% { top: -200px; }\n      100% { top: 0; }\n    }\n\n    \/* \ud83d\udece\ufe0f Services Section *\/\n    #services {\n      padding: 40px 20px;\n      background-color: #fffdf6;\n      text-align: center;\n    }\n\n    #services h2 {\n      font-size: 28px;\n      color: #b35700;\n      margin-bottom: 20px;\n    }\n\n    .service-list {\n      max-width: 700px;\n      margin: auto;\n      font-size: 18px;\n      line-height: 2;\n      text-align: left;\n    }\n\n    .service-list li {\n      list-style: none;\n      padding: 6px 0;\n      border-bottom: 1px dashed #ddd;\n    }\n\n    \/* \u2705 Booking Button *\/\n    .book-btn {\n      display: inline-block;\n      margin-top: 30px;\n      padding: 12px 24px;\n      background-color: #4CAF50;\n      color: white;\n      text-decoration: none;\n      font-weight: bold;\n      font-size: 16px;\n      border-radius: 6px;\n      transition: background 0.3s ease;\n    }\n\n    .book-btn:hover {\n      background-color: #388e3c;\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- \ud83d\udd1d Scrolling Rate Box -->\n<div class=\"top-scroll-box\">\n  <div class=\"scroll-lines\">\n    <div>\ud83d\udecf\ufe0f Deluxe Room \u2013 \u20b91500\/Night<\/div>\n    <div>\ud83c\udff0 Fort View Room \u2013 \u20b91800\/Night<\/div>\n    <div>\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66 Family Suite \u2013 \u20b92500\/Night<\/div>\n    <div>\ud83d\udd25 Hot Deal \u2013 \u20b91999 with Free Breakfast<\/div>\n    <div>\ud83d\udcb8 Festival Special \u2013 \u20b92300 + Pickup<\/div>\n  <\/div>\n<\/div>\n\n<!-- \ud83d\udece\ufe0f Our Services -->\n<section id=\"services\">\n  <h2>\ud83d\udece\ufe0f Our Services<\/h2>\n  <ul class=\"service-list\">\n    <li>\ud83c\udf7d\ufe0f Rajasthani Traditional Food &#038; Thali<\/li>\n    <li>\ud83d\udcf6 Free High-Speed Wi-Fi<\/li>\n    <li>\ud83e\uddf9 Neat &#038; Clean Rooms Daily<\/li>\n    <li>\ud83d\udc2a Camel &#038; Jeep Desert Safari Booking<\/li>\n    <li>\ud83d\udefa Fort Pickup &#038; Drop Facility<\/li>\n    <li>\ud83c\udf05 Rooftop Dining with Fort View<\/li>\n    <li>\ud83c\udfb6 Cultural Folk Dance Nights<\/li>\n    <li>\ud83d\udcf8 Guided Jaisalmer City Tour<\/li>\n  <\/ul>\n\n  <!-- \u2705 Booking Button -->\n  <a href=\"https:\/\/wa.me\/918209554035\" class=\"book-btn\">\ud83d\udcf2 Book Now on WhatsApp<\/a>\n<\/section>\n\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <title>Hotel Jaisalmer<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <style>\n    body {\n      background: #f8f0e3;\n      font-family: 'Georgia', serif;\n      text-align: center;\n      padding: 50px;\n    }\n    .logo {\n      max-width: 250px;\n    }\n    h1 {\n      color: #8b5e3c;\n      font-size: 40px;\n      margin-top: 20px;\n    }\n    p {\n      font-size: 18px;\n      color: #444;\n      margin-top: 10px;\n    }\n    .slogan {\n      font-size: 22px;\n      color: #b27c42;\n      margin-top: 20px;\n      font-weight: bold;\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- \ud83c\udfe8 Logo -->\n  <img decoding=\"async\" src=\"hotel-logo.png\" alt=\"Hotel Jaisalmer Logo\" class=\"logo\">\n\n  <!-- \ud83c\udff0 Hotel Name -->\n  <h1>Hotel Jaisalmer<\/h1>\n\n  <!-- \u2728 Slogan -->\n  <div class=\"slogan\">Stay Royal at the Golden Fort<\/div>\n\n  <!-- \ud83d\udcdc Description -->\n  <p>Welcome to a regal stay in the heart of Jaisalmer. Experience the golden heritage and royal hospitality with us.<\/p>\n\n<\/body>\n<\/html>\n\n\n\n<p>&#8230;or something like this:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n\n\n\n<!-- \ud83d\udd10 Secure Footer Section -->\n<div class=\"secure-footer\">\n  <div class=\"secure-content\">\n    <p>\ud83d\udd12 This website is protected &#038; monitored 24\/7 for security.<\/p>\n    <p>\ud83d\udcbb Developed by <a href=\"https:\/\/www.rampratapsiyag.com\" target=\"_blank\">Ram Pratap Siyag<\/a><\/p>\n    <button onclick=\"closePage()\" class=\"close-btn\">\ud83d\udeaa Close Page<\/button>\n  <\/div>\n<\/div>\n\n<style>\n  .secure-footer {\n    background-color: #212121;\n    color: #eee;\n    text-align: center;\n    padding: 30px 15px;\n    font-family: Arial, sans-serif;\n    font-size: 15px;\n    margin-top: 50px;\n    border-top: 3px solid #ff5722;\n  }\n\n  .secure-footer a {\n    color: #4caf50;\n    text-decoration: none;\n    font-weight: bold;\n  }\n\n  .secure-footer a:hover {\n    text-decoration: underline;\n  }\n\n  .close-btn {\n    margin-top: 15px;\n    background-color: #f44336;\n    color: white;\n    border: none;\n    padding: 10px 20px;\n    border-radius: 6px;\n    cursor: pointer;\n    font-weight: bold;\n  }\n\n  .close-btn:hover {\n    background-color: #c62828;\n  }\n<\/style>\n\n<script>\n  \/\/ \ud83d\uded1 Close Page Reaction\n  function closePage() {\n    alert(\"Thank you for visiting Aarti Palace!\\nClosing this tab...\");\n    window.close(); \/\/ May not work on mobile browser unless opened by script\n  }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf19 Sleep Inside the Legend \u2013 Hotel Jaisalmer \ud83c\udfefNot just a hotel. A royal story waiting to welcome you. Hotel Vision Strip \ud83c\udfe8 Aarti Palace \u2013 Clean Rooms | Honest Staff | Local Cuisine | Fort View Rooftop | Family Friendly | 24&#215;7 Room Service \ud83d\udcf2 Book Your Room Now \ud83c\udf1f Camel Safari | Jeep [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":9,"href":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":78,"href":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/78"}],"wp:attachment":[{"href":"https:\/\/hotel.jesalmer.sabpro.in\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}