satumilyar.id
Open in
urlscan Pro
2606:4700:3033::ac43:aff7
Public Scan
Submitted URL: http://satumilyar.id/
Effective URL: https://satumilyar.id/
Submission: On August 04 via api from IN — Scanned from DE
Effective URL: https://satumilyar.id/
Submission: On August 04 via api from IN — Scanned from DE
Form analysis
2 forms found in the DOM<form @submit.prevent="formStage = 2">
<div class="space-y-1 pt-4">
<label for="name" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Name:</label>
<input type="text" id="name" name="name" x-model="formName"
class="flex w-full h-10 px-3 py-2 text-sm bg-white border rounded-md peer border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50">
</div>
<div class="space-y-1 pt-4">
<label for="email" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Email:</label>
<input type="email" id="email" name="email" x-model="formEmail"
class="flex w-full h-10 px-3 py-2 text-sm bg-white border rounded-md peer border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50">
</div>
<div class="space-y-1 pt-4">
<label for="phone" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Phone Number:</label>
<input type="tel" id="phone" name="phone" x-model="formPhone"
class="flex w-full h-10 px-3 py-2 text-sm bg-white border rounded-md peer border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50">
</div>
<div class="space-y-1 pt-4">
<label for="company" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Company / Brand / Product Name:</label>
<input type="text" id="company" name="company" x-model="formCompany"
class="flex w-full h-10 px-3 py-2 text-sm bg-white border rounded-md peer border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50">
</div>
<div class="space-y-1 pt-4">
<label for="description" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Product Description:</label>
<textarea x-data="{
resize () {
$el.style.height = '0px';
$el.style.height = $el.scrollHeight + 'px'
}
}" x-init="resize()" @input="resize()" type="text" id="description" name="description" x-model="formDescription" placeholder="Type your message here. I will resize based on the height content."
class="flex w-full h-auto min-h-[80px] px-3 py-2 text-sm bg-white border rounded-md border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50"></textarea>
</div>
<div class="flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 pt-8">
<button @click="formStage=false" type="button" class="inline-flex items-center justify-center h-10 px-4 py-2 text-sm font-medium transition-colors border rounded-md focus:outline-none focus:ring-2 focus:ring-neutral-100 focus:ring-offset-2"> Back
</button>
<button type="submit" @click.prevent="submitForm"
class="inline-flex items-center justify-center h-10 px-4 py-2 text-sm font-medium text-white transition-colors border border-transparent rounded-md focus:outline-none focus:ring-2 focus:ring-neutral-900 focus:ring-offset-2 bg-neutral-950 hover:bg-neutral-900">
Submit </button>
</div>
</form>
<form @submit.prevent="formStage = 2">
<div class="space-y-1 pt-4">
<label for="name" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Name:</label>
<input type="text" id="name" name="name" x-model="formName"
class="flex w-full h-10 px-3 py-2 text-sm bg-white border rounded-md peer border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50">
</div>
<div class="space-y-1 pt-4">
<label for="email" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Email:</label>
<input type="email" id="email" name="email" x-model="formEmail"
class="flex w-full h-10 px-3 py-2 text-sm bg-white border rounded-md peer border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50">
</div>
<div class="space-y-1 pt-4">
<label for="phone" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Phone Number:</label>
<input type="tel" id="phone" name="phone" x-model="formPhone"
class="flex w-full h-10 px-3 py-2 text-sm bg-white border rounded-md peer border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50">
</div>
<div class="space-y-1 pt-4">
<label for="company" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Company / Brand / Product Name:</label>
<input type="text" id="company" name="company" x-model="formCompany"
class="flex w-full h-10 px-3 py-2 text-sm bg-white border rounded-md peer border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50">
</div>
<div class="space-y-1 pt-4">
<label for="description" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Product Description:</label>
<textarea x-data="{
resize () {
$el.style.height = '0px';
$el.style.height = $el.scrollHeight + 'px'
}
}" x-init="resize()" @input="resize()" type="text" id="description" name="description" x-model="formDescription" placeholder="Type your message here. I will resize based on the height content."
class="flex w-full h-auto min-h-[80px] px-3 py-2 text-sm bg-white border rounded-md border-neutral-300 ring-offset-background placeholder:text-neutral-400 focus:border-neutral-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-400 disabled:cursor-not-allowed disabled:opacity-50"
style="height: 0px;"></textarea>
</div>
<div class="flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 pt-8">
<button @click="formStage=false" type="button" class="inline-flex items-center justify-center h-10 px-4 py-2 text-sm font-medium transition-colors border rounded-md focus:outline-none focus:ring-2 focus:ring-neutral-100 focus:ring-offset-2"> Back
</button>
<button type="submit" @click.prevent="submitForm"
class="inline-flex items-center justify-center h-10 px-4 py-2 text-sm font-medium text-white transition-colors border border-transparent rounded-md focus:outline-none focus:ring-2 focus:ring-neutral-900 focus:ring-offset-2 bg-neutral-950 hover:bg-neutral-900">
Submit </button>
</div>
</form>
Text Content
SatuMilyar.id PAPAN REKLAME DIGITAL YANG TAK PERNAH PUDAR SatuMilyar.id adalah sebuah website yang berisi 1.000.000 pixel. Setiap pixel nya dijual seharga Rp 1.000 (minimum pembelian 1 box = 10px x 10 px seharga Rp 100.000). Di tiap box nya kamu bisa pasang image mu, dan dihubungkan ke url manapun. Website ini akan terus permanen, berpuluh-puluh tahun ke depan. Mau pasang iklanmu? Klik disini Jumlah Kotak (10px x 10px / kotak) 0 0 Harga Total Rp 0 Rp 0 Ukuran Image (horizontal x vertikal) 0px x 0px 0px x 0px Beli Spot Iklan Pelajari Lebih Lanjut ORDER CONFIRMATION ENTER YOUR INFORMATION THANK YOU, ! Selected Boxes: Total Price: Selected Area Size: Cancel Continue Name: Email: Phone Number: Company / Brand / Product Name: Product Description: Back Submit Your order has been successfully submitted. We'll get back to you soon. Close Description: ORDER CONFIRMATION ENTER YOUR INFORMATION THANK YOU, ! Selected Boxes: Total Price: RpĀ 0 Selected Area Size: -Infinitypx x -Infinitypx Cancel Continue Name: Email: Phone Number: Company / Brand / Product Name: Product Description: Back Submit Your order has been successfully submitted. We'll get back to you soon. Close Description: