File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- ((! set title Docs !)) ((! set documentation !)) ((! set nobreadcrumb !)) -->
2
+
3
+ <div class =" center " >
4
+ <div class="head">
5
+ <h1><b>404</b></h1>
6
+ <h5><b>Oops, page not found!</b> <br>The page doesn't exist or some other error occurred.</h5>
7
+ <a href="https://ocaml.org/" class="btn">Home</a>
8
+ </div>
9
+ </div >
Original file line number Diff line number Diff line change @@ -549,6 +549,16 @@ ul.translations:after { content: "]"; }
549
549
height : 0px ;
550
550
}
551
551
}
552
+ .center {
553
+ display : table;
554
+ text-align : center;
555
+ width : 100% ;
556
+ height : 53vh ;
557
+ }
558
+ .head {
559
+ display : table-cell;
560
+ vertical-align : middle;
561
+ }
552
562
553
563
/* Footer
554
564
***********************************************************************/
You can’t perform that action at this time.
0 commit comments