pages-server
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09cec7f8772ec7f8772f0578538e686b5cb4f3c1e167a8a63eb
Found 11 files trough .DS_Store spidering: /index.html /logo_transparent_final.png /script.js /style.css /tools /tools/book_keeping /tools/invoice_generator /tools/NFC /tools/salary_dividends /tools/swedish_accounting /tools/week_calendar
Severity: low
Fingerprint: 5f32cf5d6962f09c3af247253af2472501663df9c503414c585322dd8db4c75c
Found 9 files trough .DS_Store spidering: /index.html /logo_transparent_final.png /script.js /style.css /tools /tools/book_keeping /tools/invoice_generator /tools/swedish_accounting /tools/week_calendar
Open service 217.197.84.141:443 · www.imogination.com
2026-01-23 06:33
HTTP/1.1 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: public, max-age=600
Content-Length: 23896
Content-Type: text/html; charset=utf-8
Etag: "ee08aca54f7f4d8db3c32acf18afeadce8b22fdb"
Last-Modified: Thu, 22 Jan 2026 21:09:09 GMT
Referrer-Policy: strict-origin-when-cross-origin
Server: pages-server
X-Pages-Cache: true
Date: Fri, 23 Jan 2026 06:33:57 GMT
Connection: close
Page title: Home | iMoGination
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | iMoGination</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="shadow-sm sticky top-0 z-50 bg-gray-900 bg-opacity-20 backdrop-blur-lg">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<a href="#top" class="text-xl font-bold text-gray-400" onclick="window.scrollTo({top: 0, behavior: 'smooth'})">
iMoGination
</a>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#services" class="nav-link inline-flex items-center px-1 pt-1 text-sm font-bold">Services</a>
<a href="#about" class="nav-link inline-flex items-center px-1 pt-1 text-sm font-bold">Our Story</a>
<a href="#contact" class="glass-button px-4 py-2 text-sm font-medium">Contact Us</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-700" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="hero-section min-h-screen flex items-center">
<div class="max-w-7xl mx-auto pt-4 pb-12 px-4 sm:px-6 lg:px-8">
<div class="flex flex-col lg:flex-row lg:items-center gap-12 lg:gap-24 mt-4 mb-16">
<!-- Logo Section -->
<div class="flex-shrink-0 flex justify-center lg:justify-start pixel-dissolve">
<img src="logo_transparent_final.png"
alt="Imogination Logo"
class="w-full max-w-xs sm:max-w-md lg:max-w-lg xl:max-w-xl h-auto object-contain">
</div>
<!-- Text Section -->
<div class="flex-1 text-center lg:text-right max-w-2xl lg:max-w-3xl fade-in fade-in-delay-1">
<h1 class="hero-text title-font text-2xl sm:text-3xl md:text-3xl lg:text-4xl xl:text-5xl text-gray-600">
<span class="block text-gray-500">Process Automation</span>
<span class="block">The Limit?</span>
<span class="block text-gray-400">Your iMoGination</span>
</h1>
<p class="mt-3 text-sm sm:text-base lg:text-lg xl:text-xl text-gray-500 md:mt-5">
Creating outside the Box</p>
</div>
</div>
<div class="mt-24 flex flex-col sm:flex-row sm:justify-center gap-12 fade-in fade-in-delay-2">
<div class="rounded-md shadow">
<a href="#services" class="glass-button w-full flex items-center justify-center px-8 py-3 text-base font-medium md:py-4 md:text-lg md:px-10">
Explore Services
</a>
</div>
<div class="rounded-md shadow">
<a href="#contact" class="glass-button w-full flex items-center justify-center px-8 py-3 text-base font-medium md:py-4 md:text-lg md:px-10">
Get Started
</a>
</div>
</div>
</div>
</div>
<!-- Services Section -->
<div id="services" class="py-8 min-h-screen flex items-center">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-16 fade