-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
29 lines (27 loc) · 2.04 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script type="text/javascript" src="/bjc-r/llab/loader.js"></script>
<title>Beauty and Joy of Computing</title>
</head>
<body>
<h2>Page Not Found (404 Error)</h2>
<img class="imageRight" src="/bjc-r/img/web/bjc-logo.png" alt="Beauty and Joy of Computing" title="Beauty and Joy of Computing" />
<p>The BJC server could not find the page you are looking for.</p>
<p>
This usually means that you have a URL (a link) saved from an older version of BJC, and the current version of the curriculum no longer includes a page with that URL. The page you want might still be in the curriculum; for example, most of our page URLs include the page number, so the link may change if we've added a new page earlier in the same lab.
<ul>
<li>If you reached this page by entering a saved link, please connect to <a href="https://bjc.edc.org">bjc.edc.org</a> and navigate from there to the page you want.</li>
<li>If you <em>did</em> reach this page by clicking a link on bjc.edc.org, please make a post about it on the <a href="https://piazza.com/class/h8yx482idav52y" title="BJC Teachers Piazza Group" target="_blank">BJC Teachers Piazza Group</a>. (Teachers can <a href="http://teachers.bjc.berkeley.edu/" title="Sign up here for access to BJC solutions and assessments" target="_blank">sign up here</a> for access; students can ask their teacher to make a post.)</li>
</ul>
</p>
<p>Helpful links:
<ul>
<li><a href="/bjc-r/course/bjc4nyc.html" title="BJC Curriculum">Current BJC Curriculum</a></li>
<li><a href="/bjc-r/course/bjc4nyc_teacher.html" title="BJC Teacher Guide">BJC Teacher Guide</a></li>
<li><a href="/bjc-r/cur/updates.html?course=bjc4nyc_teacher.html&novideo&noassignment" title="BJC Development Updates">BJC Development Updates</a> - scroll to the bottom for older versions of the curriculum</li>
</ul>
</p>
</body>
</html>