-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,357 changed files
with
76,627 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,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="shortcut icon" href="icons/favicon.ico" /> | ||
<link rel="stylesheet" href="css/bulma.css" /> | ||
<link rel="stylesheet" href="css/font-awesome.min.css" /> | ||
<link rel="stylesheet" href="css/presentationStyle.css" /> | ||
<script src="scripts/jquery-3.5.1.min.js"></script> | ||
<script src="scripts/presentationStyle.js"></script> | ||
<title>MoreLinq - General Error</title> | ||
</head> | ||
|
||
<body> | ||
<section id="MainSection" class="section p-0"> | ||
<div class="pageHeader level mb-2 pt-2 pb-2 pl-5 pr-5"> | ||
<div id="TitleContainer" class="level-left"> | ||
<div id="DocumentationTitle" class="level-item"> | ||
MoreLinq - General Error | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<div id="TopicContent" class="column content is-7"> | ||
<h1>We're sorry, a general error has occurred.</h1> | ||
<p>Please try to load the page again. If the error persists, please contact the site administrator.</p> | ||
</div> | ||
</body> | ||
|
||
</html> |
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,34 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="shortcut icon" href="icons/favicon.ico" /> | ||
<link rel="stylesheet" href="css/bulma.css" /> | ||
<link rel="stylesheet" href="css/font-awesome.min.css" /> | ||
<link rel="stylesheet" href="css/presentationStyle.css" /> | ||
<script src="scripts/jquery-3.5.1.min.js"></script> | ||
<script src="scripts/presentationStyle.js"></script> | ||
<title>MoreLinq - Page Not Found</title> | ||
</head> | ||
|
||
<body> | ||
<section id="MainSection" class="section p-0"> | ||
<div class="pageHeader level mb-2 pt-2 pb-2 pl-5 pr-5"> | ||
<div id="TitleContainer" class="level-left"> | ||
<div id="DocumentationTitle" class="level-item"> | ||
MoreLinq - Page Not Found | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<div id="TopicContent" class="column content is-7"> | ||
<h1>We're sorry, the page you requested cannot be found.</h1> | ||
<p>The URL might be misspelled or the page you are looking for is no longer available. If you typed in the | ||
URL, check that it does not contain a typo. You can return to the <a href="html/N_MoreLinq.htm">main page</a> to | ||
use the table of contents or the search option to try and locate the page.</p> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.