www.hbonthetrack.com Open in urlscan Pro
52.206.159.80  Public Scan

URL: https://www.hbonthetrack.com/
Submission: On January 19 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div layout="row" class="layout-row"><md-input-container class="md-block m-none flex" flex=""><label class="input-height-l" for="input_0"><i class="material-icons" style="font-size:18px;position:relative;top:3px;">search</i> Search</label> <input
        class="input-box m-none input-height-l ng-pristine ng-untouched ng-valid md-input ng-empty" ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()"
        name="search_keyword" ng-model="keyword" autocomplete="off" type="search" id="input_0" aria-invalid="false">
      <div class="md-errors-spacer"></div>
    </md-input-container><md-input-container class="md-block m-none nudged-src-btn"><button class="md-button btn-primary m-none md-ink-ripple" md-ink-ripple="" role="menuitem"><i class="fa fa-search"></i></button></md-input-container></div>
  <div layout="row" ng-class="{'hide':!autocompleteResults &amp;&amp; searchFocused}" class="layout-row">
    <div class="m block bg-white bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: searchProPageTracksPOST .

<form id="mobsearch" name="searchProPageTracks" action="." method="post" role="search" mobile-search="formLevel" mobile-search-keyword="keyword" class="ng-pristine ng-valid ng-isolate-scope">
  <div layout="row" class="layout-row"><span flex="" class="flex"><input type="search" placeholder="What type of track are you looking for?" ng-model="keyword" id="searchBoxMobile" mobile-search="textboxLevel" mobile-search-keyword="keyword"
        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" aria-invalid="false"> <button class="search-btn" aria-label="search button"><i class="fa fa-search"></i></button> <input type="submit" style="visibility: hidden;"></span>
  </div>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div id="home-search"><input ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()" name="search_keyword" ng-model="keyword" autocomplete="off"
      type="search" placeholder="What type of track are you looking for?" class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false"> <button><i class="fa fa-search"></i></button>
    <div class="search-auto-complete-results bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <div layout-gt-sm="row" class="m-b-lg layout-gt-sm-row"><md-input-container class="md-block m-b-none m-r flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_21">Your name</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_21" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
        <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Your name is required.</div>
      </div>
    </md-input-container><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_22">E-mail address</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="contact.email" name="email" type="email" minlength="3" maxlength="100"
        ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_22" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.email.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required', 'minlength', 'maxlength', 'pattern'] -->
        <div ng-message-exp="['required', 'minlength', 'maxlength', 'pattern']" class="md-input-message-animation ng-scope">Your email must be between 3 and 100 characters long and look like an e-mail address.</div>
      </div>
    </md-input-container></div><md-input-container class="md-block m-b-lg"><label class="md-required" for="input_23">Subject</label> <input required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required"
      name="subject" ng-model="contact.subject" autocomplete="off" id="input_23" aria-invalid="true">
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Subject is required.</div>
    </div>
  </md-input-container><md-input-container class="md-block m-b-lg textarea-container"><label class="md-required" for="input_24">Message</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="5" md-select-on-focus="" autocomplete="off"
        id="input_24" aria-invalid="true" style="height: 140px;"></textarea>
      <div class="md-resize-handle" style="touch-action: pan-x;"></div>
    </div>
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.message.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Message is required.</div>
    </div>
  </md-input-container>
  <div layout-gt-sm="row" class="m-b-none layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><button class="md-button btn-primary-cta m-none block-xs">SEND MESSAGE</button> <span ng-class="{'hide':!contactError}" class="text-danger block-xs ng-binding hide">&nbsp; &nbsp;
        <i class="fa fa-exclamation"></i> </span></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




CITY

About Beats Services Albums Videos Sound Kits Contact Blog Memberships
Merchandise
 $0.00 0
LOG INsearch
search Search





Music Services



FEATURED TRACK

 
lucki21 savageDrake

FEATURED TRACK


RENDEZ VOUS 

GENRE

Latin Trap Hip Hop Trap

BPM

130

PRICE

$40.00+

BPM

130

PRICE

$40.00+
  ADD TO CART IN CART   lucki21 savageDrake
 * TITLE TIME BPM TAGS OPTIONS

   
 * Rendez Vous 03:17 130 lucki 21 savage Drake     ADD IN CART
   
 * We Ain’t Goin Back 02:57 145 Baby smoove 21 savage J cole     ADD IN CART
   
 * Unknown 03:25 133 21 savage yeat drake     ADD IN CART
   
 * Right Away 02:41 166 21 savage Lil durk Hunxho     ADD IN CART
   
 * Paradise 03:42 98 Omah Lay Burna boy Drake     ADD IN CART
   
 * Oh My God 02:46 130 yeat hbonthetrack drake     ADD IN CART
   
 * No Stoppin 03:23 146 gucci mane baby smoove guitar type beat     ADD IN
   CART
   
 * Lion 03:48 130 hunxho offset club banger     ADD IN CART
   
 * Ida Drill 03:20 140 21 savage Central cee Drill type beat     ADD IN CART
   
 * Hall Of Fame 03:07 140 hunxho drake type beat dababy     ADD IN CART
   
 * Fire 1 Up 03:35 120 Future Wiz Khalifa lil uzi vert     ADD IN CART
   
 * Frozen 03:17 140 Baby smoove 21 savage Drake type beat     ADD IN CART
   
 * Fair Game 03:00 130 Gucci mane Drake Hunxho     ADD IN CART
   
 * EveryDay 03:13 113 Jid Gucci mane j Cole type beat     ADD IN CART
   
 * El Capitan 03:48 130 Jid Lucki trap beat     ADD IN CART
   
 * Cookin 03:00 150 21 savage Young Nudi Lucki     ADD IN CART
   
 * Chapeau A 03:17 140 Future Lil uzi Lucki     ADD IN CART
   
 * Cap 03:28 161 21 savage Lucki migos     ADD IN CART
   
 * As We Are 03:07 202 J Cole lil uzi Don toliver     ADD IN CART
   
 * Can't Even Fathom 02:52 150 lil wayne don toliver drake     ADD IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

P O P U L A R MP3 LEASE $40.00 ~ PER UNIT MAKE AN OFFER MP3

Up To 2000 Copies

1 Music Video

Live Non-Profit Performances

HBONTHETRACK Retains Full Rights

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

BUY 3, GET 2 FREE

BUY 4, GET 4 FREE

 MORE LESS

P O P U L A R PREMIUM WAV LEASE $50.00 ~ PER UNIT MAKE AN OFFER MP3 AND WAV

Up To 4000 Copies

1 Music Video

Live For-Profit Performances

HBONTHETRACK Retains Full Rights

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

BUY 3, GET 2 FREE

BUY 4, GET 4 FREE

 MORE LESS

P O P U L A R PREMIUM STEM LEASE $80.00 ~ PER UNIT MAKE AN OFFER MP3 , WAV AND
STEMS

Up To 12000 Copies

1 Music Video

Live For-Profit Performances

HBONTHETRACK Retains Full Rights

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

BUY 3, GET 2 FREE

BUY 4, GET 4 FREE

 MORE LESS

P O P U L A R PREMIUM UNLIMITED LEASE $120.00 ~ PER UNIT MAKE AN OFFER UNLIMITED
LICENSE

Unlimited Copies

Live For-Profit Performances

HBONTHETRACK Retains Full Rights

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

BUY 3, GET 2 FREE

BUY 4, GET 4 FREE

 MORE LESS









CONTACT

Your name

Your name is required.
E-mail address

Your email must be between 3 and 100 characters long and look like an e-mail
address.
Subject

Subject is required.
Message


Message is required.

SEND MESSAGE    

 LOG IN
 About  Beats  Albums  Videos shopping_basket Merchandise  Memberships 
Sound Kits  Services  Blog  Contact




CITY

© 2024 Coul Colors, LLC.

TERMS OF USE    •    PRIVACY POLICY




 

 * Main
 * About
 * Beats
 * Albums
 * Videos
 * Sound Kits

 * Merchandise
 * Memberships
 * Services
 * Blog
 * Contact
 * Licensing Info


 

Facebook_Color Created with Sketch. Twitter_Color Created with Sketch.
Youtube_Color Created with Sketch.








 repeat    format_list_numbered 

  $0.00+ IN CART 
 * TITLE TIME BPM TAGS OPTIONS

   
 * Rendez Vous 03:17 130 lucki 21 savage Drake     ADD IN CART
   
 * We Ain’t Goin Back 02:57 145 Baby smoove 21 savage J cole     ADD IN CART
   
 * Unknown 03:25 133 21 savage yeat drake     ADD IN CART
   
 * Right Away 02:41 166 21 savage Lil durk Hunxho     ADD IN CART
   
 * Paradise 03:42 98 Omah Lay Burna boy Drake     ADD IN CART
   
 * Oh My God 02:46 130 yeat hbonthetrack drake     ADD IN CART
   
 * No Stoppin 03:23 146 gucci mane baby smoove guitar type beat     ADD IN
   CART
   
 * Lion 03:48 130 hunxho offset club banger     ADD IN CART
   
 * Ida Drill 03:20 140 21 savage Central cee Drill type beat     ADD IN CART
   
 * Hall Of Fame 03:07 140 hunxho drake type beat dababy     ADD IN CART
   
 * Fire 1 Up 03:35 120 Future Wiz Khalifa lil uzi vert     ADD IN CART
   
 * Frozen 03:17 140 Baby smoove 21 savage Drake type beat     ADD IN CART
   
 * Fair Game 03:00 130 Gucci mane Drake Hunxho     ADD IN CART
   
 * EveryDay 03:13 113 Jid Gucci mane j Cole type beat     ADD IN CART
   
 * El Capitan 03:48 130 Jid Lucki trap beat     ADD IN CART
   
 * Cookin 03:00 150 21 savage Young Nudi Lucki     ADD IN CART
   
 * Chapeau A 03:17 140 Future Lil uzi Lucki     ADD IN CART
   
 * Cap 03:28 161 21 savage Lucki migos     ADD IN CART
   
 * As We Are 03:07 202 J Cole lil uzi Don toliver     ADD IN CART
   
 * Can't Even Fathom 02:52 150 lil wayne don toliver drake     ADD IN CART
   


close