mirror of
https://github.com/tauri-apps/verso.git
synced 2026-01-31 00:55:21 +01:00
9 lines
135 B
HTML
Vendored
9 lines
135 B
HTML
Vendored
<html>
|
|
<head>
|
|
<title>Error loading page</title>
|
|
</head>
|
|
<body>
|
|
<p>Could not load the requested page: ${reason}</p>
|
|
</body>
|
|
</html>
|