Skip to content

Commit

Permalink
Deploying to gh-pages from @ 29bd21b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mpf committed Jan 9, 2024
0 parents commit ace9973
Show file tree
Hide file tree
Showing 304 changed files with 212,315 additions and 0 deletions.
68 changes: 68 additions & 0 deletions 404.html
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">
&copy; 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>
Loading

0 comments on commit ace9973

Please sign in to comment.