ladybird/Base/res/html/error.html

22 lines
479 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Error!</title>
<style>
h1 {
display: inline;
}
header {
margin-bottom: 10px;
}
</style>
</head>
<body>
<header>
<img src="file:///res/icons/32x32/msgbox-warning.png" alt="Warning" width="24" height="24">
<h1>Failed to load %s</h1>
</header>
<p>Error: %s</p>
</body>
</html>