forked from lmu-osc/Collaborative-RStudio-GitHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.qmd
More file actions
14 lines (10 loc) 路 1.01 KB
/
Copy path404.qmd
File metadata and controls
14 lines (10 loc) 路 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: Uh-oh, looks like the page is missing!
description: The page you are looking for cannot be found 馃槦
---
The page you are looking for either does not exist or has been moved. Please check the URL and try again. If you believe this is an error, please contact the website administrator for assistance.
Note: many pages within our old tutorials have been moved to new locations as part of standardization efforts. It's likely the page you are looking for has been moved to a new location within the site.
<!--
Note: if you, the developer, want to have custom messages based on the URL someone is trying to access e.g. because a popular page has been moved and you want to direct readers to the new page/section, take a look at the `404.qmd` file in the main OSC website: https://github.com/lmu-osc/lmu-osc.github.io/blob/main/404.qmd
It contains code with customized messages/information based on the URL path that is being accessed. You can adapt this code to your own needs and customize the messages as you see fit.
-->