HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ivs.kaunokolegija.lt/laravel/vendor/nunomaduro/termwind/playground.php
<?php

require_once __DIR__.'/vendor/autoload.php';

use function Termwind\render;

render(<<<'HTML'
    <div class="ml-2">
        <pre>
  ─                   ─        ─    ─
│ │                 │ │      │ │  │ │
│ │     ──,         │ │  ──, │ │  │ │  ─
│/ \   /  │  │   │  │/  /  │ │/ \─│/  │/
│   │─/\─/│─/ \─/│─/│──/\─/│─/\─/ │──/│──/
        </pre>
        <div class="px-1 bg-green-300 text-black">by ⚙️ Configured</div>
        <div class="px-1 mt-1 bg-blue-300 text-black">{{ $version }}</div>
        <em class="ml-1">
            Create portable PHP CLI applications w/ PHP Micro
        </em>
    </div>
HTML);