forked from adobe/theblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
31 lines (31 loc) · 830 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>Adobe Blog: Page not found</title>
<script type="text/javascript">
window.isErrorPage = true;
window.errorCode = '404';
</script>
<esi:include src="/head.html" onerror="continue"/>
</head>
<body>
<!-- header -->
<header><esi:include src="/header.plain.html" onerror="continue"/></header>
<!-- main content -->
<main>
<div class="default">
<h2></h2>
<p class="detail"></p>
<nav class="list">
<a class="gotohome" href="/"></a>
<a class="searchadobe" href="https://adobe.com/search.html"></a>
</nav>
<cite>
<a href="https://www.behance.net/rsvn" target="_blank">The Story Begins Here by Risfan Fardiansyah</a>
</cite>
</div>
</main>
<!-- footer -->
<footer><esi:include src="/footer.plain.html" onerror="continue"/></footer>
</body>
</html>