-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
97 lines (91 loc) · 4.69 KB
/
error.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<!--
Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ERROR</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
</head>
<body>
<!-- Header -->
<header id="header">
<h1>
<a href="index.html">길</a>
</h1>
<nav id="nav"></nav>
</header>
<link href="css/404.css" rel="stylesheet"/>
<div class="wrapper row2">
<div class="clear" id="container">
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
<section class="clear" id="fof">
<!-- ####################################################################################################### -->
<a class="go-back" href="javascript:history.go(-1)">Back<br>«</a>
<div class="positioned">
<h1>SORRY, CANNNOT FOUND PATHWAY :(</h1>
<a href='#'><img height=80% onmouseout='this.src="images/404error.png"'
onmouseover='this.src="images/404error2.png"' src="images/404error.png"
width=80%></a>
<p>
<h2>For Some Reason The Page You Requested Could Not Be Found On Our Server</h2>
</p>
</div>
<a class="go-home" href="index.html">Home<br>»</a>
<!-- ####################################################################################################### -->
</section>
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="container">
<section class="links">
<div class="row">
<section class="3u 6u(medium) 12u$(small)">
<h3>
<a href="http://compbio.korea.ac.kr/712">Home</a>
</h3>
</section>
<section class="3u 6u$(medium) 12u$(small)">
<h3>
<a href="http://compbio.korea.ac.kr/712/tutorial.html">Tutorial</a>
</h3>
</section>
<section class="3u 6u(medium) 12u$(small)">
<h3>
<a href="http://compbio.korea.ac.kr/712/aboutus.html">About 길</a>
</h3>
</section>
</div>
</section>
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© 712 - The Pathfinder for Synthetics Biologists. All rights reserved.</li>
<li>Web Template :
<a href="http://templated.co">TEMPLATED</a>
</li>
<li>Modify & Contents :
<a href="http://2015.igem.org/Team:Korea_U_Seoul">Korea U Seoul, 2015</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</html>