-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 29bd21b 🚀
- Loading branch information
0 parents
commit ace9973
Showing
304 changed files
with
212,315 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<link rel="stylesheet" href="/ubc-cpsc-406-22-23/css/franklin.css"> | ||
<link rel="stylesheet" href="/ubc-cpsc-406-22-23/css/basic.css"> | ||
<link rel="stylesheet" href="/ubc-cpsc-406-22-23/css/custom.css"> | ||
<link rel="icon" href="/ubc-cpsc-406-22-23/assets/favicon.ico"> | ||
|
||
<title>404</title> | ||
</head> | ||
<body> <!-- closed in foot.html --> | ||
<header> | ||
<div class="blog-name"><a href="/ubc-cpsc-406-22-23/">UBC CPSC 406 2022-T2</a></div> | ||
<nav> | ||
<ul> | ||
<li><a href="/ubc-cpsc-406-22-23/">Home</a></li> | ||
<li><a href="/ubc-cpsc-406-22-23/syllabus/">Syllabus</a></li> | ||
</ul> | ||
<img src="/ubc-cpsc-406-22-23/assets/hamburger.svg" id="menu-icon"> | ||
</nav> | ||
</header> | ||
|
||
|
||
|
||
<!-- Content appended here (in class franklin-content) --> | ||
<div class="franklin-content"> | ||
<div style="margin-top: 40px; font-size: 40px; text-align: center;"> | ||
|
||
<br> | ||
|
||
<div style="font-weight: bold;"> | ||
404 | ||
</div> | ||
|
||
<br> | ||
<br> | ||
|
||
The requested page was not found | ||
|
||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
|
||
<div style="margin-bottom: 300px; font-size: 24px"> | ||
<a href="/ubc-cpsc-406-22-23/">Click here</a> to go back to the homepage. | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="page-foot"> | ||
<div class="copyright"> | ||
© Michael P. Friedlander | Last modified: January 09, 2024. | ||
</br> Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. | ||
</div> | ||
</div> | ||
</div><!-- CONTENT ENDS HERE --> | ||
</div> <!-- end of class main-content --> | ||
</div> <!-- end of class main-content-wrap --> | ||
</div> <!-- end of class page-wrap--> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.