add placeholder for details in the error page

This commit is contained in:
buzz-lightsnack-2007 2024-05-07 09:39:46 +08:00
parent b7bbbeb486
commit 569030df1a

View file

@ -5,8 +5,10 @@
<link href="../styles/popup.css" rel="stylesheet" type="text/css" />
</head>
<body id="error">
<h1>:(</h1>
<h1 data-icon="alert-circle"></h1>
<label class="flow-text" data-active-result="error_text"></label>
<label for="error_msg_steps"></label>
<label data-active-result="error_body"></label>
<button class="btn" data-action="analysis,reload" for="refresh" role="primary"></button>
</body>
</html>