forked from cs10/bjc-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (19 loc) · 835 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<script type="text/javascript" src="/bjc-r/admin/bjc-loader.js"></script>
<title>"Beauty and Joy of Computing" Course Materials Repository</title>
</head>
<body>
<p>
This is the root directory of this repository of the Beauty and Joy of Computing (BJC) course.
You may be interested in:
</p>
<ul>
<li>Courses available in this repository, in <a href="course">the directory <tt>course</tt></a>.</li>
<li>The homepage of the BJC course, at <a href="http://bjc.berkeley.edu">http://bjc.berkeley.edu</a>.
The entrypoint for the production repository is
at <a href="http://bjc.berkeley.edu/bjc-r">http://bjc.berkeley.edu/bjc-r/</a>, which is
cloned from <a href="http://github.com/beautyjoy/bjc-r">github.com:beautyjoy/bjc-r</a>.</li>
</ul>
</body>
</html>