45 lines
1.1 KiB
HTML
45 lines
1.1 KiB
HTML
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Trying to log in to Canvas?</title>
|
|
<style>
|
|
body {
|
|
font-family: sans-serif;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
color:#2D3B45;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
font-size:28px;
|
|
margin-bottom: 25px;
|
|
}
|
|
img {
|
|
width:280px;
|
|
margin: 25px 0;
|
|
}
|
|
a {
|
|
text-decoration: underline;
|
|
color:#0770A3;
|
|
}
|
|
a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img src="Canvas.png" alt="Canvas logo">
|
|
<h1>Trying to log in to Canvas?</h1>
|
|
<p>You're using Internet Explorer, which is no longer a supported browser.<br>
|
|
To view your courses, you need to use a different web browser, such as Chrome or Firefox.</p>
|
|
<p>Learn how to <a href="http://browsehappy.com/">upgrade your browser</a>.<br>
|
|
Read about supported browsers in the <a href="https://community.canvaslms.com/t5/Canvas-Basics-Guide/What-are-the-browser-and-computer-requirements-for-Canvas/ta-p/66">Canvas Guides</a>.<br>
|
|
Still need help? Learn how to <a href="https://community.canvaslms.com/t5/Canvas-Basics-Guide/How-do-I-contact-Canvas-Support/ta-p/389767">contact Canvas Support.</a></p>
|
|
|
|
</body>
|
|
</html>
|