-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
141 lines (100 loc) · 4.15 KB
/
Copy path404.html
File metadata and controls
141 lines (100 loc) · 4.15 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<html class="no-js" lang="en-us">
<head>
<meta charset="utf-8">
<title>Page Not Found | Computational Biology / Biological Computing</title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://computingbiology.github.io/css/foundation.min.css">
<link rel="stylesheet" href="https://computingbiology.github.io/css/highlight.min.css">
<link rel="stylesheet" href="https://computingbiology.github.io/css/font-awesome.min.css">
<link rel="stylesheet" href="https://computingbiology.github.io/css/academicons.min.css">
<link rel="stylesheet" href="https://computingbiology.github.io/css/fonts.css">
<link rel="stylesheet" href="https://computingbiology.github.io/css/finite.css">
<link rel="shortcut icon" href="/images/dna.png">
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
</head>
<body>
<header>
<nav class="nav-bar">
<div class="title-bar" data-responsive-toggle="site-menu" data-hide-for="medium">
<button class="site-hamburger" type="button" data-toggle>
<i class="fa fa-bars fa-lg" aria-hidden="true"></i>
</button>
<div class="title-bar-title site-title">
<a href="https://computingbiology.github.io/">Computational Biology / Biological Computing</a>
</div>
<div class="title-bar-right pull-right">
</div>
</div>
<div class="top-bar" id="site-menu" >
<div class="top-bar-title show-for-medium site-title">
<a href="https://computingbiology.github.io/">Computational Biology / Biological Computing</a>
</div>
<div class="top-bar-left">
<ul class="menu vertical medium-horizontal">
</ul>
</div>
<div class="top-bar-right show-for-medium">
</div>
</div>
</nav>
</header>
<main>
<div class="content">
<h1>Page Not Found</h1>
<p>
Your request does not correspond to any known life form!
</p>
<p>
This could be because you have discovered a novel pathogen, but it
is most likely a bad link or mistyped URL. If its a broken link,
please let me know (<a href="mailto:evans@virginia.edu"><em>evans@virginia.edu</em></a>).
</p>
<p>
If it is an old link, you may be able to find what you are looking from the <a href="//s22/">Spring 2022 course site</a> (inserting the "/s22" in the old URL).
</p>
</div>
</main>
<footer class="whatisthis">
<hr />
<div class="row">
<div class="column small-12 medium-6">
<a href="//computingbiology.github.io"><b>cs 4501: Computational Biology / Biological Computing</b></a><br>
<a href="//www.cs.virginia.edu">University of Virginia</a>
</div>
<div class="column small-14 medium-5">
<font size="-1">
Subscribe to
the <a href="/index.xml"><i class="fa fa-rss-square"></i> RSS feed</a>.
<a id="searchsite">
<form method="get" action="https://duckduckgo.com/">
<label for="search-field" class="show-for-sr">Search with DuckDuckGo</label>
<input type="search" name="q" maxlength="255" placeholder="Search with DuckDuckGo" id="search-field">
<input type="hidden" name="sites" value="https://computingbiology.github.io/"/>
<input type="hidden" name="k7" value="#faf8f8"/>
<input type="hidden" name="kj" value="#b33"/>
<input type="hidden" name="ky" value="#fafafa"/>
<input type="hidden" name="kx" value="b"/>
<input type="hidden" name="ko" value="-1"/>
<input type="hidden" name="k1" value="-1"/>
<input type="submit" value="DuckDuckGo Search" style="visibility: hidden;" />
</form>
</a>
</font>
</div>
</div>
</hr>
</footer>
<div class="endofpage">
</div>
<script src="/js/jquery.js"></script>
<script src="/js/what-input.js"></script>
<script src="/js/foundation.min.js"></script>
<script src="/js/finite.js"></script>
<script src="/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>