Skip to content

Internal dev server 404 page is not responsive #17956

Closed
@pascalchevrel

Description

@pascalchevrel

Description

The 404 page for the internal development server (php -S localhost:8080) does not adapt to a mobile view which makes it hard to read.

Image

The html output just needs an added line to be responsive:
<meta name="viewport" content="width=device-width, initial-scale=1">

Which would give this result:

Image

I am happy to make a patch if necessary as it seems simple enough to just add this line and update the tests.

PHP Version

PHP 8.4.4

Operating System

Ubuntu 24.10

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions