59 lines
2.0 KiB
HTML
59 lines
2.0 KiB
HTML
{% extends "head.html" %}
|
|
|
|
{% block content %}
|
|
<div class="container">
|
|
<div class="hero-unit">
|
|
<h1>Buying a Used Car? Check it!</h1>
|
|
<br>
|
|
<p><a href="https://www.salvagedb.com/" title="Salvagedb.com" rel="nofollow">Salvagedb.com</a> provides
|
|
information about salvage or junk vehicles; damage from hail, flood or fire; mileage discrepancies or
|
|
odometer rollback; and gray market vehicles. We do not claim that the car got in our databank has salvage
|
|
title, but the fact that it has been damaged for sure. Our site helps people avoid buying a damaged vehicle
|
|
in the past.
|
|
</p>
|
|
<div class="wrapper">
|
|
<!--
|
|
|
|
-->
|
|
</div>
|
|
</div>
|
|
<br><br>
|
|
|
|
|
|
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<center>
|
|
|
|
|
|
<form id="search_bar" action="/decode" method="post">
|
|
|
|
<div style="display: inline-block;">
|
|
<h2 id="find_your_car">ENTER <a href="https://en.wikipedia.org/wiki/Vehicle_Identification_Number"
|
|
target="_blank">VIN</a> YOU CAR</h2>
|
|
<input type="text" id="vininput" name="q" class="search_box ui-autocomplete-input" autocomplete="off"
|
|
value="" role="textbox" autofocus="" required="" validate="length_between,17,17">
|
|
<button class="g-recaptcha btn btn-primary" type="submit" data-sitekey="{{capcha_site}}" id="go_button" data-callback='onSubmit' data-action='submit' style="margin-bottom: 10px;">Check It</button>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
</center>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
function onSubmit(token) {
|
|
document.getElementById("search_bar").submit();
|
|
}
|
|
</script>
|
|
|
|
|
|
<br><br>
|
|
|
|
|
|
{% endblock %}
|