Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cb1cce

Browse files
committed
Update 404.html
1 parent a37f162 commit 1cb1cce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

404.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Plot Twist
3-
type: api_home
43
---
54

65
<!DOCTYPE html>
@@ -10,9 +9,8 @@
109
<body>
1110

1211
<div class="allcontent">
13-
{% include header.html %}
14-
{% include ad-text.html %}
15-
12+
{% include header-white.html %}
13+
1614
<style>
1715
.page404 {
1816
margin: 0 auto;
@@ -115,6 +113,6 @@ <h5> <a href="http://help.plot.ly">Back to Plotly Help</a></h5>
115113
</div>
116114
</div>
117115
</div>
118-
{% include footer.html %}
116+
{% include footer.html %}
119117
</body>
120118
</html>

0 commit comments

Comments
 (0)