File tree 1 file changed +34
-0
lines changed 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
+ <html lang =" en" >
3
+ <head >
4
+ {{> oap-head }}
5
+ </head >
6
+
7
+ <body class =" text-green-900" >
8
+
9
+ <header class =" bg-white w-full fixed top-0 z-30" >
10
+
11
+ <div class =" relative h-16 border-b m-0 px-4 max-w-screen-xl mx-auto flex items-center justify-between" >
12
+ <img src =" {{{ uiRootPath }}} /img/openapi-processor-p.svg" alt =" logo" class =" oap-logo" >
13
+ <div class =" text-2xl ml-16" >
14
+ <a href =" https://docs.openapiprocessor.io" class =" ml-4 hover:text-gray-600" >openapi-processor</a >
15
+ </div >
16
+
17
+ <!-- <div class="text-2xl">-->
18
+ <!-- <a href="https://playground.openapiprocessor.io" target="_blank" class="hover:text-gray-600">-->
19
+ <!-- <i class="far fa-play-circle mr-1"></i>playground-->
20
+ <!-- </a>-->
21
+ <!-- </div>-->
22
+ </div >
23
+
24
+ </header >
25
+
26
+ <main class =" m-0 lg:px-5 mt-24 max-w-screen-xl mx-auto" >
27
+ {{> article-404 }}
28
+ </main >
29
+
30
+ </body >
31
+ </html >
32
+
33
+ {{!--
34
+ <!DOCTYPE html>
2
35
<html lang="en">
3
36
<head>
4
37
{{> head defaultPageTitle='Page Not Found'}}
9
42
{{> footer}}
10
43
</body>
11
44
</html>
45
+ --}}
You can’t perform that action at this time.
0 commit comments