At the top right corner of your mySNC website, you'll see a menu containing all of your site's page (unless you've placed them in another menu or told them to be hidden in the menu).
You may want to place a link there to a different web page completely, if you know of a useful resource that you may not necessarily "own".
Create a New Page and Edit the Page's HTML
Create and name a page. You can give it the Default Template, and click "Create"
Next to the page that was just created click the three dots menu, then "Edit HTML (advanced)"
Once viewing the site's HTML, click on the "Source" button.
While in the source editor, go ahead and copy the following text, and paste it in.
<script> window.location.href = "https://website.com"; </script> <p>Redirecting… <a href="https://website.com">Click here if not redirected</a></p>
In a different web browser tab or window, navigate to the site you'd like to redirect people to, and copy its URL.
Replace the two instances of https://website.com with your target website's URL.
It will look something like this:
<script> window.location.href = "https://my.snc.edu/its"; </script> <p>Redirecting… <a href="https://my.snc.edu/its">Click here if not redirected</a></p>
Comments
0 comments
Article is closed for comments.