www.foodjet.marscodex.com Open in urlscan Pro
14.128.13.2  Public Scan

Submitted URL: http://www.foodjet.marscodex.com/
Effective URL: https://www.foodjet.marscodex.com/
Submission: On July 02 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.foodjet.marscodex.com/searching

<form action="https://www.foodjet.marscodex.com/searching" method="get">
  <input type="search" name="query" placeholder="Search . . ." value="" required="">
  <button type="submit" class="common_btn">search</button>
</form>

POST /book_table

<form action="/book_table" method="post">
  <input type="hidden" name="_token" value="d4NGJRT8SF0R06LB9YSZBax1fRzP8z7MBABAf3Ue" autocomplete="off">
  <div class="row">
    <div class="col-xl-6 col-lg-6">
      <div class="reservation_input_single">
        <label for="firstName">First Name</label>
        <input type="text" id="name" name="firstName" placeholder="First Name">
      </div>
    </div>
    <div class="col-xl-6 col-lg-6">
      <div class="reservation_input_single">
        <label for="lastName">Last Name</label>
        <input type="text" id="name" name="lastName" placeholder="Last Name">
      </div>
    </div>
    <div class="col-xl-6 col-lg-6">
      <div class="reservation_input_single">
        <label for="email">email</label>
        <input type="email" id="email" name="email" placeholder="Email">
      </div>
    </div>
    <div class="col-xl-6 col-lg-6">
      <div class="reservation_input_single">
        <label for="phone">phone</label>
        <input type="text" id="phone" name="phone" placeholder="Phone">
      </div>
    </div>
    <div class="col-xl-6 col-lg-6">
      <div class="reservation_input_single">
        <label for="table">Table</label>
        <select class="reservation_input select_js" name="table_id" style="display: none;">
          <option value="1"> T2 </option>
        </select>
        <div class="nice-select reservation_input select_js" tabindex="0"><span class="current"> T2 </span>
          <ul class="list">
            <li data-value="1" class="option selected"> T2 </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xl-6 col-lg-6">
      <div class="reservation_input_single">
        <label for="date">select date</label>
        <input type="date" id="date" name="date">
      </div>
    </div>
    <div class="col-xl-6 col-lg-6">
      <div class="reservation_input_single">
        <label>select time</label>
        <select class="reservation_input select_js" name="time" style="display: none;">
          <option value="">select</option>
          <option value="08.00 am to 09.00 am">08.00 am to 09.00 am</option>
          <option value="10.00 am to 11.00 am">10.00 am to 11.00 am</option>
          <option value="12.00 pm to 01.00 pm">12.00 pm to 01.00 pm</option>
          <option value="02.00 pm to 03.00 pm">02.00 pm to 03.00 pm</option>
          <option value="04.00 pm to 05.00 pm">04.00 pm to 05.00 pm</option>
          <option value="06.00 pm to 07.00 pm">06.00 pm to 07.00 pm</option>
          <option value="08.00 pm to 09.00 pm">08.00 pm to 09.00 pm</option>
          <option value="10.00 pm to 11.00 pm">10.00 pm to 11.00 pm</option>
        </select>
        <div class="nice-select reservation_input select_js" tabindex="0"><span class="current">select</span>
          <ul class="list">
            <li data-value="" class="option selected">select</li>
            <li data-value="08.00 am to 09.00 am" class="option">08.00 am to 09.00 am</li>
            <li data-value="10.00 am to 11.00 am" class="option">10.00 am to 11.00 am</li>
            <li data-value="12.00 pm to 01.00 pm" class="option">12.00 pm to 01.00 pm</li>
            <li data-value="02.00 pm to 03.00 pm" class="option">02.00 pm to 03.00 pm</li>
            <li data-value="04.00 pm to 05.00 pm" class="option">04.00 pm to 05.00 pm</li>
            <li data-value="06.00 pm to 07.00 pm" class="option">06.00 pm to 07.00 pm</li>
            <li data-value="08.00 pm to 09.00 pm" class="option">08.00 pm to 09.00 pm</li>
            <li data-value="10.00 pm to 11.00 pm" class="option">10.00 pm to 11.00 pm</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xl-6 col-lg-6">
      <div class="reservation_input_single">
        <label>select person</label>
        <select class="reservation_input select_js" name="people" style="display: none;">
          <option value="">select</option>
          <option value="1">1 person</option>
          <option value="2">2 person</option>
          <option value="3">3 person</option>
          <option value="4">4 person</option>
          <option value="5">5 person</option>
          <option value="6">6 person</option>
          <option value="7">7 person</option>
          <option value="8">8 person</option>
        </select>
        <div class="nice-select reservation_input select_js" tabindex="0"><span class="current">select</span>
          <ul class="list">
            <li data-value="" class="option selected">select</li>
            <li data-value="1" class="option">1 person</li>
            <li data-value="2" class="option">2 person</li>
            <li data-value="3" class="option">3 person</li>
            <li data-value="4" class="option">4 person</li>
            <li data-value="5" class="option">5 person</li>
            <li data-value="6" class="option">6 person</li>
            <li data-value="7" class="option">7 person</li>
            <li data-value="8" class="option">8 person</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xl-12 col-lg-12">
      <div class="reservation_input_single">
        <label for="detail">Note</label>
        <textarea name="detail" id="" cols="4" rows="4"></textarea>
      </div>
    </div>
    <div class="col-xl-12">
      <button type="submit" class="common_btn">confirm</button>
    </div>
  </div>
</form>

<form>
  <div class="menu_filter d-flex flex-wrap">
    <button class="active" data-filter="*" value="0">all menu</button>
    <button data-filter=".14" value="14">Alkoholfreie Getränke</button>
    <button data-filter=".13" value="13">Desserts</button>
    <button data-filter=".12" value="12">Dips und Saucen</button>
    <button data-filter=".11" value="11">Finger Food</button>
    <button data-filter=".8" value="8">Burger</button>
    <button data-filter=".7" value="7">Salate</button>
  </div>
</form>

POST https://www.foodjet.marscodex.com/cart/product-store

<form method="post" action="https://www.foodjet.marscodex.com/cart/product-store" enctype="multipart/form-data">
  <input type="hidden" name="_token" value="d4NGJRT8SF0R06LB9YSZBax1fRzP8z7MBABAf3Ue" autocomplete="off">
  <div class="cartDetailsContent"></div>
</form>

Text Content

 * Currently Our resturent not available

==============================-->
 * Home
 * Category
   * Alkoholfreie Getränke
   * Desserts
   * Dips und Saucen
   * Finger Food
   * Burger
   * Salate
 * menu
 * blog
 * contact

 * 0
 * 


WELCOME TO


THE BURGERY HOUSE DISCOUNT WORLD



search
10%


BOOK A TABLE

First Name
Last Name
email
phone
Table T2
T2
 * T2

select date
select time select 08.00 am to 09.00 am 10.00 am to 11.00 am 12.00 pm to 01.00
pm 02.00 pm to 03.00 pm 04.00 pm to 05.00 pm 06.00 pm to 07.00 pm 08.00 pm to
09.00 pm 10.00 pm to 11.00 pm
select
 * select
 * 08.00 am to 09.00 am
 * 10.00 am to 11.00 am
 * 12.00 pm to 01.00 pm
 * 02.00 pm to 03.00 pm
 * 04.00 pm to 05.00 pm
 * 06.00 pm to 07.00 pm
 * 08.00 pm to 09.00 pm
 * 10.00 pm to 11.00 pm

select person select 1 person 2 person 3 person 4 person 5 person 6 person 7
person 8 person
select
 * select
 * 1 person
 * 2 person
 * 3 person
 * 4 person
 * 5 person
 * 6 person
 * 7 person
 * 8 person

Note
confirm

DAILY OFFER


UP TO €2.99 OFF FOR THIS DAY

€2.99 off Mexican Meat Burger

3wwwwwwwwww.

 * 
 * 
   

FOOD MENU


POPULAR DELICIOUS FOODS

all menu Alkoholfreie Getränke Desserts Dips und Saucen Finger Food Burger
Salate
Salami Burger

€ 13.99

not available
 * 
 * 

BBQ Burger

€ 14.99

not available
 * 
 * 

Blue Cheese Meat...

€ 14.99

not available
 * 
 * 

The Burgery Hous...

€ 15.99

not available
 * 
 * 

Mexican Meat Bur...

€ 14.99

not available
 * 
 * 

Chipotle Meat Bu...

€ 14.99

not available
 * 
 * 

Rucola Meat Burg...

€ 14.99

not available
 * 
 * 

Chilli Meat Burg...

€ 11.99

not available
 * 
 * 

Special Meat Bur...

€ 12.99

not available
 * 
 * 

Jumbo Meat Burge...

€ 18.99

not available
 * 
 * 

Triple Meat Burg...

€ 15.99

not available
 * 
 * 

Doppel Meat Burg...

€ 12.99

not available
 * 
 * 

Chicken Burger

€ 14.99

not available
 * 
 * 

Crispy Chicken B...

€ 14.99

not available
 * 
 * 

Classic Vegan Bu...

€ 13.99

not available
 * 
 * 

The Burgery Hous...

€ 14.99

not available
 * 
 * 

Veggie Burger

€ 13.99

not available
 * 
 * 

The Vegan Sauce

€ 1.50

not available
 * 
 * 

The Cheese Sauce

€ 1.50

not available
 * 
 * 

The Truffle Mayo...

€ 1.50

not available
 * 
 * 

Mango-Chilisauce

€ 1.50

not available
 * 
 * 

Sauer Cream

€ 1.50

not available
 * 
 * 

Knoblauch-Mayonn...

€ 1.50

not available
 * 
 * 

Chipotle-Sauce

€ 1.50

not available
 * 
 * 

Chilisauce

€ 1.50

not available
 * 
 * 

Basilikumsauce

€ 1.50

not available
 * 
 * 

Barbecuesauce

€ 1.50

not available
 * 
 * 

Classic Sauce

€ 1.50

not available
 * 
 * 

Kaiserschmarrn

€ 9.75

not available
 * 
 * 

Mousse au Chocol...

€ 5.99

not available
 * 
 * 

Tiramisu

€ 6.99

not available
 * 
 * 

ViO spritzig 0,5...

€ 2.50

not available
 * 
 * 

ViO medium 0,5l...

€ 2.50

not available
 * 
 * 

ViO still 0,5l (...

€ 2.50

not available
 * 
 * 

Ayran 0,25l

€ 2.00

not available
 * 
 * 

Red Bull 0,25l

€ 3.50

not available
 * 
 * 

Paulaner Spezi 0...

€ 3.50

not available
 * 
 * 

Sprite 0,33l (ME...

€ 3.50

not available
 * 
 * 

Mezzo Mix 0,33l...

€ 3.50

not available
 * 
 * 

Fanta Orange 0,3...

€ 3.50

not available
 * 
 * 

Coca-Cola light...

€ 3.50

not available
 * 
 * 

Coca-Cola 0,33l...

€ 3.50

not available
 * 
 * 

Mini Frühlingsro...

€ 7.50

not available
 * 
 * 

Nachos

€ 6.99

not available
 * 
 * 

Chili Cheese Nug...

€ 7.50

not available
 * 
 * 

Mozzarella Stick...

€ 7.50

not available
 * 
 * 

Chicken Nuggets...

€ 11.99

not available
 * 
 * 

Chicken Wings (7...

€ 11.99

not available
 * 
 * 

Crispy Chicken F...

€ 8.50

not available
 * 
 * 

Onionrings (7 St...

€ 6.50

not available
 * 
 * 

Parmesan Trüffel...

€ 7.99

not available
 * 
 * 

Sweet Chilli Che...

€ 6.99

not available
 * 
 * 

Sweet Chilli Mea...

€ 6.99

not available
 * 
 * 

Chilli Cheese Fr...

€ 6.99

not available
 * 
 * 

Chilli Meat Frie...

€ 6.99

not available
 * 
 * 

Sweet Cheese Fri...

€ 6.99

not available
 * 
 * 

Cheese Fries

€ 5.99

not available
 * 
 * 

Coleslaw

€ 3.99

not available
 * 
 * 

The Burgery Hous...

€ 5.99

not available
 * 
 * 

Griechischer Bau...

€ 10.00

not available
 * 
 * 

Tomatensalat

€ 7.90

not available
 * 
 * 

Gemischter Salat

€ 7.90

not available
 * 
 * 

New York Chilli...

€ 14.99

not available
 * 
 * 

Sweet Pommes fri...

€ 4.99

not available
 * 
 * 

Classic Burger

€ 8.99

not available
 * 
 * 



NEWS & BLOGS


OUR LATEST FOODS BLOG

ADMIN2.2

2023-12-20

Food Lover Lorem Ipsum is s...

Lorem Ipsum is simply dummy text of the printing and typesetting indus...

read more

ADMIN2.2

2023-12-19

Labore ipsum eum. Assumenda verita...

Voluptatem velit et qui ut expedita. Consequatur id cumque enim labori...

read more

ADMIN2.2

2023-12-19

Voluptatibus quas. Nesciunt maiores...

Fugiat nobis voluptates doloremque et. Optio perspiciatis fuga iste. A...

read more

Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta facere delectus
qui placeat inventore consectetur repellendus optio debitis.
 * 
 * 
 * 
 * 


SHORT LINK

 * Home
 * About Us
 * Contact Us
   
   


HELP LINK

 * Terms & Conditions
 * Privacy Policy
   
   
 * contact


CONTACT US

+4984199473332

support@theburgeryhouse.de

Kupferstraße 6, 85049 Ingolstadt, Germany

Copyright © The Burgery House 2023. All Rights Reserved