We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2765bed commit 5aacdf6Copy full SHA for 5aacdf6
Modern Development/Service Portal Widgets/custom404/HTML.js
@@ -0,0 +1,10 @@
1
+<div>
2
+ <h1 class="heading-message">${This page could not be found. Based on your search we have found below valid pages}</h1>
3
+ <div class="page-container"> <!-- Container to show valid pages.-->
4
+ <ul>
5
+ <li ng-repeat="item in data.pageArr"> <!-- List to show valid pages.-->
6
+ <a href = {{item.url}} target="_blank">{{item.name}}</a>
7
+ </li>
8
+ </ul>
9
+ </div>
10
+</div>
0 commit comments