mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 10:37:34 +00:00
Ladybird: Move and format directory and error template files
This commit is contained in:
parent
2960bf4ec8
commit
e3ad75d073
6 changed files with 93 additions and 84 deletions
26
Base/res/ladybird/templates/error.html
Normal file
26
Base/res/ladybird/templates/error.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Error!</title>
|
||||
<style>
|
||||
h1 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
header {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-right: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="resource://icons/32x32/msgbox-warning.png" alt="Warning" width="24" height="24">
|
||||
<h1>Failed to load @failed_url@</h1>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue