It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://darhhh.com

  1. <!DOCTYPE html>
  2. <html lang="id">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>SLOT6000 | DAFTAR SLOT6000 | LOGIN SLOT6000</title>
  7.    <meta name="description" content="Slot6000 adalah tempat bermain cuan dengan melipatgandakan kemenangan besar anda setiap hari tanpa beban apapun.">
  8. <link rel="shortcut icon" href="https://pn-jakartapusat.com/favicon.png"/>
  9. <link rel="canonical" href="https://pn-jakartapusat.com/">
  10. <link rel="amphtml" href="https://pn-jakartapusat.com/amp/"/>
  11.    <style>
  12.        :root {
  13.            --primary: #c62828;
  14.            --secondary: #263238;
  15.            --accent: #ffeb3b;
  16.            --light: #f5f5f5;
  17.            --dark: #212121;
  18.        }
  19.        * {
  20.            margin: 0;
  21.            padding: 0;
  22.            box-sizing: border-box;
  23.            font-family: 'Montserrat', sans-serif;
  24.        }
  25.        body {
  26.            background-color: var(--light);
  27.            color: var(--dark);
  28.            line-height: 1.6;
  29.        }
  30.        .container {
  31.            max-width: 1200px;
  32.            margin: 0 auto;
  33.            padding: 0 15px;
  34.        }
  35.        /* Header Styles */
  36.        header {
  37.            background-color: white;
  38.            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  39.            position: sticky;
  40.            top: 0;
  41.            z-index: 100;
  42.        }
  43.        .header-container {
  44.            display: flex;
  45.            justify-content: space-between;
  46.            align-items: center;
  47.            padding: 15px 0;
  48.        }
  49.        .logo-container {
  50.            display: flex;
  51.            align-items: center;
  52.        }
  53.        .logo-img {
  54.            height: 50px;
  55.            width: auto;
  56.            margin-right: 10px;
  57.        }
  58.        .logo-text {
  59.            font-size: 24px;
  60.            font-weight: 700;
  61.            color: var(--primary);
  62.        }
  63.        .logo-subtext {
  64.            font-size: 12px;
  65.            color: var(--secondary);
  66.            display: block;
  67.            letter-spacing: 1.5px;
  68.        }
  69.        nav {
  70.            display: flex;
  71.            align-items: center;
  72.        }
  73.        .nav-links {
  74.            display: flex;
  75.            list-style: none;
  76.            margin-right: 30px;
  77.        }
  78.        .nav-link {
  79.            margin-left: 25px;
  80.        }
  81.        .nav-link a {
  82.            color: var(--dark);
  83.            text-decoration: none;
  84.            font-weight: 500;
  85.            transition: color 0.3s;
  86.        }
  87.        .nav-link a:hover {
  88.            color: var(--primary);
  89.        }
  90.        .auth-buttons {
  91.            display: flex;
  92.            gap: 15px;
  93.        }
  94.        .btn {
  95.            padding: 10px 20px;
  96.            border-radius: 30px;
  97.            font-weight: 600;
  98.            text-decoration: none;
  99.            transition: all 0.3s;
  100.            font-size: 14px;
  101.        }
  102.        .btn-login {
  103.            border: 2px solid var(--primary);
  104.            color: var(--primary);
  105.            background: transparent;
  106.        }
  107.        .btn-login:hover {
  108.            background: var(--primary);
  109.            color: white;
  110.        }
  111.        .btn-register {
  112.            background: var(--primary);
  113.            color: white;
  114.            border: 2px solid var(--primary);
  115.        }
  116.        .btn-register:hover {
  117.            background: transparent;
  118.            color: var(--primary);
  119.        }
  120.        /* Hero Banner */
  121.        .hero-banner {
  122.            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://pn-jakartapusat.com/banner.jpg?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
  123.            background-size: cover;
  124.            background-position: center;
  125.            height: 80vh;
  126.            display: flex;
  127.            align-items: center;
  128.            color: white;
  129.        }
  130.        .hero-content {
  131.            max-width: 600px;
  132.        }
  133.        .hero-title {
  134.            font-size: 48px;
  135.            margin-bottom: 20px;
  136.            line-height: 1.2;
  137.        }
  138.        .hero-subtitle {
  139.            font-size: 18px;
  140.            margin-bottom: 30px;
  141.        }
  142.        .btn-hero {
  143.            background: var(--accent);
  144.            color: var(--dark);
  145.            padding: 15px 30px;
  146.            font-size: 16px;
  147.            font-weight: 700;
  148.            border-radius: 30px;
  149.            text-transform: uppercase;
  150.            letter-spacing: 1px;
  151.            border: none;
  152.            cursor: pointer;
  153.            transition: all 0.3s;
  154.        }
  155.        .btn-hero:hover {
  156.            background: white;
  157.            transform: translateY(-3px);
  158.            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  159.        }
  160.        /* Menu Section */
  161.        .section {
  162.            padding: 80px 0;
  163.        }
  164.        .section-title {
  165.            text-align: center;
  166.            margin-bottom: 50px;
  167.            position: relative;
  168.        }
  169.        .section-title h2 {
  170.            font-size: 36px;
  171.            color: var(--secondary);
  172.            display: inline-block;
  173.            padding-bottom: 10px;
  174.        }
  175.        .section-title h2:after {
  176.            content: '';
  177.            position: absolute;
  178.            width: 80px;
  179.            height: 3px;
  180.            background: var(--primary);
  181.            bottom: 0;
  182.            left: 50%;
  183.            transform: translateX(-50%);
  184.        }
  185.        .menu-grid {
  186.            display: grid;
  187.            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  188.            gap: 30px;
  189.        }
  190.        .menu-card {
  191.            background: white;
  192.            border-radius: 10px;
  193.            overflow: hidden;
  194.            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  195.            transition: transform 0.3s;
  196.        }
  197.        .menu-card:hover {
  198.            transform: translateY(-10px);
  199.        }
  200.        .menu-img {
  201.            width: 100%;
  202.            height: 200px;
  203.            object-fit: cover;
  204.        }
  205.        .menu-content {
  206.            padding: 20px;
  207.        }
  208.        .menu-name {
  209.            font-size: 20px;
  210.            margin-bottom: 10px;
  211.            color: var(--secondary);
  212.        }
  213.        .menu-price {
  214.            color: var(--primary);
  215.            font-weight: 700;
  216.            font-size: 18px;
  217.            margin-bottom: 15px;
  218.        }
  219.        /* About Section */
  220.        .about {
  221.            background: var(--secondary);
  222.            color: white;
  223.        }
  224.        .about-container {
  225.            display: grid;
  226.            grid-template-columns: 1fr 1fr;
  227.            gap: 50px;
  228.            align-items: center;
  229.        }
  230.        .about-img {
  231.            border-radius: 10px;
  232.            overflow: hidden;
  233.            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  234.        }
  235.        .about-img img {
  236.            width: 100%;
  237.            height: auto;
  238.            display: block;
  239.        }
  240.        .about-text h2 {
  241.            font-size: 32px;
  242.            margin-bottom: 20px;
  243.        }
  244.        .about-text p {
  245.            margin-bottom: 15px;
  246.        }
  247.        /* Reservation Section */
  248.        .reservation-form {
  249.            background: white;
  250.            padding: 40px;
  251.            border-radius: 10px;
  252.            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  253.            max-width: 800px;
  254.            margin: 0 auto;
  255.        }
  256.        .form-row {
  257.            display: grid;
  258.            grid-template-columns: 1fr 1fr;
  259.            gap: 20px;
  260.            margin-bottom: 20px;
  261.        }
  262.        .form-group {
  263.            margin-bottom: 20px;
  264.        }
  265.        .form-group label {
  266.            display: block;
  267.            margin-bottom: 8px;
  268.            font-weight: 500;
  269.        }
  270.        .form-control {
  271.            width: 100%;
  272.            padding: 12px 15px;
  273.            border: 1px solid #ddd;
  274.            border-radius: 5px;
  275.            font-size: 16px;
  276.        }
  277.        .btn-submit {
  278.            background: var(--primary);
  279.            color: white;
  280.            border: none;
  281.            padding: 15px 30px;
  282.            font-size: 16px;
  283.            font-weight: 600;
  284.            border-radius: 5px;
  285.            cursor: pointer;
  286.            width: 100%;
  287.            transition: all 0.3s;
  288.        }
  289.        .btn-submit:hover {
  290.            background: var(--dark);
  291.        }
  292.        /* Footer */
  293.        footer {
  294.            background: var(--dark);
  295.            color: white;
  296.            padding: 50px 0 20px;
  297.        }
  298.        .footer-container {
  299.            display: grid;
  300.            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  301.            gap: 40px;
  302.            margin-bottom: 40px;
  303.        }
  304.        .footer-col h3 {
  305.            color: var(--accent);
  306.            font-size: 20px;
  307.            margin-bottom: 20px;
  308.            position: relative;
  309.            padding-bottom: 10px;
  310.        }
  311.        .footer-col h3:after {
  312.            content: '';
  313.            position: absolute;
  314.            left: 0;
  315.            bottom: 0;
  316.            width: 50px;
  317.            height: 2px;
  318.            background: var(--primary);
  319.        }
  320.        .footer-links {
  321.            list-style: none;
  322.        }
  323.        .footer-links li {
  324.            margin-bottom: 10px;
  325.        }
  326.        .footer-links a {
  327.            color: #bbb;
  328.            text-decoration: none;
  329.            transition: color 0.3s;
  330.        }
  331.        .footer-links a:hover {
  332.            color: white;
  333.        }
  334.        .social-links {
  335.            display: flex;
  336.            gap: 15px;
  337.            margin-top: 20px;
  338.        }
  339.        .social-links a {
  340.            color: white;
  341.            background: rgba(255,255,255,0.1);
  342.            width: 40px;
  343.            height: 40px;
  344.            border-radius: 50%;
  345.            display: flex;
  346.            align-items: center;
  347.            justify-content: center;
  348.            transition: all 0.3s;
  349.        }
  350.        .social-links a:hover {
  351.            background: var(--primary);
  352.            transform: translateY(-3px);
  353.        }
  354.        .copyright {
  355.            text-align: center;
  356.            padding-top: 20px;
  357.            border-top: 1px solid rgba(255,255,255,0.1);
  358.            color: #bbb;
  359.            font-size: 14px;
  360.        }
  361.        /* Responsive */
  362.        @media (max-width: 992px) {
  363.            .about-container {
  364.                grid-template-columns: 1fr;
  365.            }
  366.            .about-img {
  367.                order: -1;
  368.            }
  369.        }
  370.        @media (max-width: 768px) {
  371.            .header-container {
  372.                flex-direction: column;
  373.            }
  374.            nav {
  375.                width: 100%;
  376.                justify-content: space-between;
  377.                margin-top: 20px;
  378.            }
  379.            .nav-links {
  380.                display: none;
  381.            }
  382.            .hero-title {
  383.                font-size: 36px;
  384.            }
  385.            .form-row {
  386.                grid-template-columns: 1fr;
  387.            }
  388.        }
  389.    </style>
  390.    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
  391.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
  392. </head>
  393. <body>
  394.    <!-- Header with Logo and Navigation -->
  395.    <header>
  396.        <div class="container">
  397.            <div class="header-container">
  398.                <div class="logo-container">
  399.                    <img src="https://pn-jakartapusat.com/slot6000.gif" alt="Restoran Gourmet Logo" class="logo-img">
  400.                    <div class="logo-text">SLOT6000<span class="logo-subtext">TERPERCAYA</span></div>
  401.                </div>
  402.                <nav>
  403.                    <ul class="nav-links">
  404.                        <li class="nav-link"><a href="https://pn-jakartapusat.com/">Home</a></li>
  405.                        <li class="nav-link"><a href="https://pn-jakartapusat.com/">Menu</a></li>
  406.                        <li class="nav-link"><a href="https://pn-jakartapusat.com/">About</a></li>
  407.                        <li class="nav-link"><a href="https://pn-jakartapusat.com/">Reservation</a></li>
  408.                        <li class="nav-link"><a href="https://pn-jakartapusat.com/">Contact</a></li>
  409.                    </ul>
  410.                    <div class="auth-buttons">
  411.                        <a href="https://gacor.ly/?link=enamribu" class="btn btn-login">LOGIN</a>
  412.                        <a href="https://gacor.ly/?link=enamribu" class="btn btn-register">DAFTAR</a>
  413.                    </div>
  414.                </nav>
  415.            </div>
  416.        </div>
  417.    </header>
  418.  
  419.    <!-- Hero Banner Section -->
  420.    <section class="hero-banner" id="home">
  421.        <div class="container">
  422.            <div class="hero-content">
  423.                <h1 class="hero-title">Experience Fine Dining at Its Best</h1>
  424.                <p class="hero-subtitle">Our chefs create culinary masterpieces using only the freshest ingredients sourced from local producers.</p>
  425.                <a href="https://gacor.ly/?link=enamribu" button class="btn-hero">MAINKAN SEKARANG</button></a>
  426.            </div>
  427.        </div>
  428.    </section>
  429.  
  430.    <!-- Menu Section -->
  431.    <section class="section" id="menu">
  432.        <div class="container">
  433.            <div class="section-title">
  434.                <h2>Our Signature Dishes</h2>
  435.            </div>
  436.            <div class="menu-grid">
  437.                    <img src="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Salmon Dish" class="menu-img">
  438.                <div class="menu-card">
  439.                    <div class="menu-content">
  440.                        <h3 class="menu-name">Grilled Salmon</h3>
  441.                        <p class="menu-price">Rp 185.000</p>
  442.                        <p>Fresh Atlantic salmon with lemon butter sauce and seasonal vegetables</p>
  443.                    </div>
  444.                </div>
  445.                <div class="menu-card">
  446.                    <img src="https://images.unsplash.com/photo-1565557623262-b51c2513a641?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Beef Dish" class="menu-img">
  447.                    <div class="menu-content">
  448.                        <h3 class="menu-name">Angus Beef Steak</h3>
  449.                        <p class="menu-price">Rp 250.000</p>
  450.                        <p>Premium 250g Angus beef with mushroom sauce and truffle mashed potato</p>
  451.                    </div>
  452.                </div>
  453.                <div class="menu-card">
  454.                    <img src="https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Pasta Dish" class="menu-img">
  455.                    <div class="menu-content">
  456.                        <h3 class="menu-name">Truffle Pasta</h3>
  457.                        <p class="menu-price">Rp 120.000</p>
  458.                        <p>Homemade fettuccine with black truffle cream sauce and parmesan</p>
  459.                    </div>
  460.                </div>
  461.            </div>
  462.        </div>
  463.    </section>
  464.  
  465.    <!-- About Section -->
  466.    <section class="section about" id="about">
  467.        <div class="container">
  468.            <div class="about-container">
  469.                <div class="about-text">
  470.                    <h2>Our Story</h2>
  471.                    <p>Founded in 2010, Gourmet Restaurant has been serving exceptional cuisine in a warm and inviting atmosphere. Our mission is to provide an unforgettable dining experience through exquisite food, impeccable service, and attention to detail.</p>
  472.                    <p>Our executive chef, with over 20 years of experience in Michelin-starred restaurants across Europe, brings international expertise to our kitchen while celebrating local flavors.</p>
  473.                    <p>We source our ingredients from trusted local farmers and suppliers who share our commitment to quality and sustainability.</p>
  474.                </div>
  475.                <div class="about-img">
  476.                    <img src="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Restaurant Interior">
  477.                </div>
  478.            </div>
  479.        </div>
  480.    </section>
  481.  
  482.    <!-- Reservation Section -->
  483.    <section class="section" id="reservation">
  484.        <div class="container">
  485.            <div class="section-title">
  486.                <h2>Make a Reservation</h2>
  487.            </div>
  488.            <div class="reservation-form">
  489.                <form>
  490.                    <div class="form-row">
  491.                        <div class="form-group">
  492.                            <label for="name">Full Name</label>
  493.                            <input type="text" id="name" class="form-control" required>
  494.                        </div>
  495.                        <div class="form-group">
  496.                            <label for="email">Email</label>
  497.                            <input type="email" id="email" class="form-control" required>
  498.                        </div>
  499.                    </div>
  500.                    <div class="form-row">
  501.                        <div class="form-group">
  502.                            <label for="phone">Phone Number</label>
  503.                            <input type="tel" id="phone" class="form-control" required>
  504.                        </div>
  505.                        <div class="form-group">
  506.                            <label for="guests">Number of Guests</label>
  507.                            <select id="guests" class="form-control" required>
  508.                                <option value="1">1 Person</option>
  509.                                <option value="2">2 People</option>
  510.                                <option value="3">3 People</option>
  511.                                <option value="4">4 People</option>
  512.                                <option value="5">5 People</option>
  513.                                <option value="6+">6+ People</option>
  514.                            </select>
  515.                        </div>
  516.                    </div>
  517.                    <div class="form-row">
  518.                        <div class="form-group">
  519.                            <label for="date">Date</label>
  520.                            <input type="date" id="date" class="form-control" required>
  521.                        </div>
  522.                        <div class="form-group">
  523.                            <label for="time">Time</label>
  524.                            <input type="time" id="time" class="form-control" required>
  525.                        </div>
  526.                    </div>
  527.                    <div class="form-group">
  528.                        <label for="special">Special Requests</label>
  529.                        <textarea id="special" class="form-control" rows="3"></textarea>
  530.                    </div>
  531.                    <<a href="https://gacor.ly/?link=enamribu"button type="submit" class="btn-submit">BOOK TABLE</button></a>
  532.                </form>
  533.            </div>
  534.        </div>
  535.    </section>
  536.  
  537.    <!-- Footer -->
  538.    <footer id="contact">
  539.        <div class="container">
  540.            <div class="footer-container">
  541.                <div class="footer-col">
  542.                    <h3>Gourmet Restaurant</h3>
  543.                    <p>Jl. Fine Dining No. 123<br>Jakarta Selatan, Indonesia</p>
  544.                    <p>Open daily from 11:00 - 22:00</p>
  545.                </div>
  546.                <div class="footer-col">
  547.                    <h3>Quick Links</h3>
  548.                    <ul class="footer-links">
  549.                        <li><a href="#">Home</a></li>
  550.                        <li><a href="#">Menu</a></li>
  551.                        <li><a href="#">About Us</a></li>
  552.                        <li><a href="#">Reservations</a></li>
  553.                    </ul>
  554.                </div>
  555.                <div class="footer-col">
  556.                    <h3>Contact Us</h3>
  557.                    <ul class="footer-links">
  558.                        <li><a href="tel:+62877-6170-3572">+62877-6170-3572</a></li>
  559.                        <li><a href="https://wa.me/6287761703572">WHATSAPP</a></li>
  560.                    </ul>
  561.                    <div class="social-links">
  562.                        <a href="https://pn-jakartapusat.com/"><i class="fab fa-facebook-f"></i></a>
  563.                        <a href="https://pn-jakartapusat.com/"><i class="fab fa-instagram"></i></a>
  564.                        <a href="https://pn-jakartapusat.com/"><i class="fab fa-twitter"></i></a>
  565.                    </div>
  566.                </div>
  567.            </div>
  568.            <div class="copyright">
  569.                <p>&copy; 2025 Gourmet Restaurant. All Rights Reserved.</p>
  570.            </div>
  571.        </div>
  572.    </footer>
  573.  
  574.    <!-- Schema Markup -->
  575.    <script type="application/ld+json">
  576.    {
  577.      "@context": "https://schema.org",
  578.      "@type": "Restaurant",
  579.      "name": "Gourmet Restaurant",
  580.      "image": "https://pn-jakartapusat.com/slot6000.gif",
  581.      "@id": "https://pn-jakartapusat.com/",
  582.      "url": "https://pn-jakartapusat.com/",
  583.      "telephone": "+6287761703572",
  584.      "priceRange": "$$$",
  585.      "address": {
  586.        "@type": "PostalAddress",
  587.        "streetAddress": "Jl. Fine Dining No. 123",
  588.        "addressLocality": "Jakarta Selatan",
  589.        "postalCode": "12587",
  590.        "addressCountry": "ID"
  591.      },
  592.      "geo": {
  593.        "@type": "GeoCoordinates",
  594.        "latitude": "-6.2088",
  595.        "longitude": "106.8456"
  596.      },
  597.      "openingHoursSpecification": {
  598.        "@type": "OpeningHoursSpecification",
  599.        "dayOfWeek": [
  600.          "Monday",
  601.          "Tuesday",
  602.          "Wednesday",
  603.          "Thursday",
  604.          "Friday",
  605.          "Saturday",
  606.          "Sunday"
  607.        ],
  608.        "opens": "11:00",
  609.        "closes": "22:00"
  610.      },
  611.      "servesCuisine": ["International", "European", "Asian"],
  612.      "hasMenu": "https://pn-jakartapusat.com/menu",
  613.      "acceptsReservations": "True",
  614.      "starRating": {
  615.        "@type": "Rating",
  616.        "ratingValue": "4.8",
  617.        "bestRating": "5"
  618.      }
  619.    }
  620.    </script>
  621. </body>
  622. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda