-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Built from 2276208 NetAppDocs/netappdocs-build@2d9836edb93c3d5288c60e…
…3049da16f996814f60
- Loading branch information
IE-Build
committed
Apr 17, 2024
0 parents
commit c7957d4
Showing
1,127 changed files
with
576,937 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<style> | ||
.title { | ||
font-size: 25px; | ||
margin: 0px; | ||
padding: 20px 0; | ||
} | ||
|
||
.container-404 { | ||
margin: 50px auto 40px auto; | ||
width: 600px; | ||
text-align: center; | ||
} | ||
|
||
p { | ||
color: rgba(0, 0, 0, 0.5); | ||
margin: 0px; | ||
line-height: 1.6; | ||
padding: 20px 0; | ||
} | ||
|
||
.info-404 { | ||
font-size: 50px; | ||
} | ||
|
||
.netapp-site-link { | ||
display: inline-flex; | ||
align-items: center; | ||
} | ||
|
||
.netapp-link-text { | ||
font-size: 25px; | ||
} | ||
|
||
.netapp-link-arrow { | ||
padding-right: 2px; | ||
transform: rotate(180deg); | ||
height: 17px; | ||
} | ||
.ntap-logo { | ||
height: 60px; | ||
} | ||
</style> | ||
<head> | ||
<meta name="robots" content="noindex" /> | ||
</head> | ||
<body> | ||
<div class="container-404"> | ||
<p> | ||
<strong class="info-404">Page Not Found</strong> | ||
</p> | ||
<h1 class="title">404</h1> | ||
<p> | ||
<a target="_self" class="netapp-site-link" href="https://docs.netapp.com"> | ||
<text class="netapp-link-text">docs.netapp.com</text> | ||
<img class="netapp-link-arrow" src="https://raw.githubusercontent.com/NetAppDocs/common/main/media/404-error-left-arrow.png" alt=""> | ||
</a> | ||
</p> | ||
<p> | ||
<img class="ntap-logo" src="https://raw.githubusercontent.com/NetAppDocs/common/main/media/404-error-na-logo.svg" alt=""> | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<style> | ||
.title { | ||
font-size: 25px; | ||
margin: 0px; | ||
padding: 20px 0; | ||
} | ||
|
||
.container-404 { | ||
margin: 50px auto 40px auto; | ||
width: 600px; | ||
text-align: center; | ||
} | ||
|
||
p { | ||
color: rgba(0, 0, 0, 0.5); | ||
margin: 0px; | ||
line-height: 1.6; | ||
padding: 20px 0; | ||
} | ||
|
||
.info-404 { | ||
font-size: 50px; | ||
} | ||
|
||
.netapp-site-link { | ||
display: inline-flex; | ||
align-items: center; | ||
} | ||
|
||
.netapp-link-text { | ||
font-size: 25px; | ||
} | ||
|
||
.netapp-link-arrow { | ||
padding-right: 2px; | ||
transform: rotate(180deg); | ||
height: 17px; | ||
} | ||
.ntap-logo { | ||
height: 60px; | ||
} | ||
</style> | ||
<head> | ||
<meta name="robots" content="noindex" /> | ||
</head> | ||
<body> | ||
<div class="container-404"> | ||
<p> | ||
<strong class="info-404">Page Not Found</strong> | ||
</p> | ||
<h1 class="title">404</h1> | ||
<p> | ||
<a target="_self" class="netapp-site-link" href="https://docs.netapp.com"> | ||
<text class="netapp-link-text">docs.netapp.com</text> | ||
<img class="netapp-link-arrow" src="https://raw.githubusercontent.com/NetAppDocs/common/main/media/404-error-left-arrow.png" alt=""> | ||
</a> | ||
</p> | ||
<p> | ||
<img class="ntap-logo" src="https://raw.githubusercontent.com/NetAppDocs/common/main/media/404-error-na-logo.svg" alt=""> | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.