mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 11:02:19 +01:00
4878265ff6
Tab crash page is now correctly loaded and offers user to reload the page.
27 lines
1.0 KiB
HTML
27 lines
1.0 KiB
HTML
<html><head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>%TITLE%</title>
|
|
<style>
|
|
html {background: #dddddd;font-family: sans-serif;color: #525c66;}
|
|
html * {font-size: 100%;line-height: 1.6;}
|
|
#box {background: #ffffff;max-width:650px;min-width:400px;overflow:auto;margin: 25px auto 10px auto;padding: 10px 40px;text-align: %LEFT_STR%;direction: %DIRECTION%;}
|
|
hr {color: lightgray;width: 100%;}
|
|
img {float: %LEFT_STR%;margin-%LEFT_STR%: -20px;margin-top: 15px;}
|
|
h1 {font-size: 150%;font-weight: bold;border-bottom: 1px solid #f4f4f4;margin-%LEFT_STR%: 48px;margin-%RIGHT_STR%: 50px;}
|
|
ul {font-size: 90%;padding-%LEFT_STR%: 48px;margin: 20px 0;max-width:600px;}
|
|
li {padding: 5px;}
|
|
#reloadButton {margin-top: 20px;min-width: 100px;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="box">
|
|
<img src="%IMAGE%" width=45>
|
|
<h1>%HEADING%</h1>
|
|
<ul>
|
|
<li>%LI-1%</li>
|
|
<li>%LI-2%</li>
|
|
<input type="submit" id="reloadButton" value="%RELOAD-PAGE%" onclick="window.location.reload()">
|
|
</ul>
|
|
</div>
|
|
</body></html>
|