utqi.net Open in urlscan Pro
62.210.92.214  Public Scan

URL: https://utqi.net/
Submission: On December 07 via api from US — Scanned from FR

Form analysis 1 forms found in the DOM

POST functions/shorten.php

<form method="POST" action="functions/shorten.php" class="space-y-4">
  <section class="bg-white dark:bg-gray-900">
    <div class="px-4 py-8 mx-auto max-w-screen-xl">
      <h1 class="mb-4 text-4xl font-extrabold tracking-tight leading-none text-gray-900 md:text-5xl lg:text-6xl dark:text-white tracking-tight">Shorten Links with UTQI</h1>
      <p class="mb-8  text-gray-500 md:text-lg lg:text-xl max-w-screen-md dark:text-gray-400">UTQI lets you easily create short links from long URLs. Paste a URL to get a short, shareable link. Our free tool generates concise, memorable URLs to make
        sharing links convenient.</p>
      <div class="flex flex-col mb-8 lg:mb-16 space-y-4 sm:flex-row sm:justify-center sm:space-y-0 sm:space-x-4">
        <div class="flex flex-col w-full md:flex-row">
          <div class="grid grid-cols-12 gap-4 text-left md:w-auto">
            <div class="col-span-12 md:col-span-7">
              <label for="hero-field" class="block text-sm font-semibold leading-6 text-gray-900">Enter the link you want to shorten:</label>
              <div class="mt-2.5">
                <input type="url" name="url" id="input"
                  class="block w-full p-4 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
                  value="" placeholder="Please enter the link here" autocomplete="off">
              </div>
            </div>
            <div class="col-span-6 md:col-span-3 text-left">
              <label for="hero-field" class="block text-sm font-semibold leading-6 text-gray-900">Custom Name (optional):</label>
              <div class="mt-2.5">
                <input type="text" name="custom" id="custom"
                  class="block w-full p-4 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
                  placeholder="" autocomplete="off">
              </div>
            </div>
            <div class="col-span-6 md:col-span-2 text-left">
              <label for="hero-field" class="block text-sm font-semibold leading-6 text-gray-900">&nbsp;</label>
              <div class="mt-2.5">
                <input type="submit" class="inline-flex justify-center items-center p-4 text-sm font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 dark:focus:ring-blue-900" id="shortenButton"
                  value="Short it">
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
</form>

Text Content

UTQI

 * URL Shortner
 * Global work time
   


SHORTEN LINKS WITH UTQI

UTQI lets you easily create short links from long URLs. Paste a URL to get a
short, shareable link. Our free tool generates concise, memorable URLs to make
sharing links convenient.

Enter the link you want to shorten:

Custom Name (optional):

 


--------------------------------------------------------------------------------

© 2023 UQTI.net