Skip to content
Snippets Groups Projects
Select Git revision
  • 3e72d4a10320fec6518947a000c091ed89fba452
  • development default protected
  • 26-link-booking-page-to-server-and-database
  • As-a-user-I-want-to-view-information-of-all-locations-available
  • 26-link-booking-page-to-server-and-database-2
  • 26-link-booking-page-to-server-and-database-3
  • 26-link-booking-page-to-server-and-database-4
  • 28-fixing-bugs-and-issues
  • 2-as-a-user-i-want-to-be-authorized-if-i-am-a-member
  • 25-adding-a-basic-locations-template-route
  • 14-as-a-user-i-want-to-view-a-list-of-all-locations-available
  • 23-as-a-user-i-want-to-view-information-of-all-locations-available
  • page-for-all-workingSpaces
  • 24-hotfix-development-directory
  • 13-as-a-moderator-i-want-to-be-able-to-amend-and-remove-existing-locations-spaces-features
  • 7-as-a-user-i-want-to-see-all-of-the-working-spaces-available
  • 22-hotfix-templating-directory
  • 15-as-a-user-i-want-to-find-out-what-tramshed-is-so-that-i-can-access-their-working-spaces
  • 3-as-a-moderator-i-want-to-be-able-to-add-new-locations-spaces-features
  • 7-as-a-user-i-want-to-see-all-of-the-working-spaces-available-2
  • 16-as-a-user-i-want-to-be-able-to-find-information-about-tramshed-on-a-webpage-2
21 results

make_booking.html

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    make_booking.html 297 B
    <!DOCTYPE html>
    <html>
    <head>
    <link rel="stylesheet" href="CSS/make_booking.css">
    
    <title>Make a Booking</title>
    </head>
    
      <header>
          <img src="Tramshed-Logo-Main-Black.png" id=header />
        </header>
    
     <body>
       <h1 class="bookingtitle">Make a Booking</h1>
    
     </body>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    </html>