File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed
Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 33{% block content %}
44 <body
55 style="
6- display: flex;
7- flex-direction: column;
8- align-items: center;
9- justify-content: center;
106 height: 100dvh;
117 padding: 20px;
128 margin: 0;
139 width: 100%;
1410 "
1511 >
16- <p
12+ <div class="container"
1713 style="
18- font-size: 20px;
19- line-height: 26px;
20- font-family: Space Mono, monospace;
21- "
22- >
23- ERROR
24- </p>
25- <p
26- style="
27- font-size: 120px;
28- line-height: 120px;
29- margin: 0;
30- font-family: Space Mono, monospace;
14+ display: flex;
15+ flex-direction: column;
16+ align-items: center;
17+ justify-content: center;
3118 "
3219 >
20+ <p style="
21+ font-size: 20px;
22+ line-height: 26px;
23+ font-family: Space Mono, monospace;
24+ ">
25+ ERROR
26+ </p>
27+ <p style="
28+ font-size: 120px;
29+ line-height: 120px;
30+ margin: 0;
31+ font-family: Space Mono, monospace;
32+ ">
3333 404
3434 </p>
3535 <svg
9696 font-size: 12px;
9797 line-height: 15.6px;
9898 font-weight: 500;
99+ cursor: pointer;
99100 "
101+ onclick="window.location.href = 'https://docs.polygon.technology'"
100102 >
101103 Back to Home
102104 </button>
You can’t perform that action at this time.
0 commit comments