Skip to content

Commit

Permalink
Links to Canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
aharnly-amplify committed Oct 1, 2013
1 parent 120fbfd commit 8289951
Showing 1 changed file with 39 additions and 9 deletions.
48 changes: 39 additions & 9 deletions index.html
@@ -1,10 +1,40 @@
<html>
<head> <html><head>
<title>Computer Science</title> <title>Computer Science</title>
<meta http-equiv="refresh" content="0; url=https://canvas.instructure.com/enroll/RHEYHM"> <style type="text/css">
</head> body {
<body> background-color: #1B3E59;
<a href="https://canvas.instructure.com/enroll/RHEYHM">Enroll in the Course Site</a> }
</body> h2 {
</html> color: #AB7300;
}
body {
color: #494A4A;
}
a, a:hover, a:visited {
color: #0000ee;
}
.section {
padding: 1em;
background-color: #E1DFE3;
width: 30em;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
}
.screenshot {
width: 400px;
}
.block { width: 300px; }
</style>
</head>
<body>
<div class="section">
<h1>Computer Science, 2013-10-01</h1>
<p>If you already enrolled in Canvas, go to the <a href="https://canvas.instructure.com/courses/818582">course home page</a></p>
<p>If you need to sign up, <a href="https://canvas.instructure.com/enroll/RHEYHM">click to
enroll</a>.</p>
</div>
</body></html>



0 comments on commit 8289951

Please sign in to comment.