mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 09:50:06 +01:00
Things moved around, so let's have a custom 404 page where we can put information in. This ist the barebones version, not sure if .htaccess is supported. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
12 lines
364 B
HTML
12 lines
364 B
HTML
<html>
|
|
<head><title>Page not found</title></head>
|
|
<body>
|
|
<p>
|
|
Oops, this page doesn't exist. Maybe it was moved in the recent
|
|
documentation cleanup.
|
|
</p>
|
|
<p>
|
|
<a href="http://wayland.freedesktop.org/libinput/doc/latest/">http://wayland.freedesktop.org/libinput/doc/latest/</a>
|
|
</p>
|
|
</body>
|
|
</html>
|