/usr/share/kf5/khtml/error.html is in libkf5khtml-data 5.18.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <html>
<head>
<title>TITLE</title>
<style>
body {
padding: 3em 0em;
background: #eeeeee;
color: black;
}
img {
float: left;
}
#box {
background: white;
border: 1px solid lightgray;
max-width: 600px;
min-width: 300px;
padding: 60px;
margin: auto;
}
h1 {
font-size: 130%;
font-weight: bold;
border-bottom: 1px solid lightgray;
margin-left: 96px;
}
h2 {
font-size: 100%;
font-weight: normal;
border-bottom: 1px solid lightgray;
margin-left: 96px;
margin-bottom: 15px;
}
h3 {
font-size: 90%;
font-weight: bold;
}
ul {
font-size: 80%;
padding-left: 48px;
margin: 0;
}
p {
font-size: 80%;
}
</style>
</head>
<body dir="DIRECTION">
<div id="box">
<img src="ICON_PATH" />
TEXT
</div>
</body>
</html>
|