2019-09-11 10:05:33 +08:00
<!doctype html>
2019-08-30 05:37:04 +08:00
< html >
< head >
2019-09-11 10:05:33 +08:00
< meta charset = "UTF-8" >
< title > Trying to log in to Canvas?< / title >
< style >
2019-09-12 02:44:40 +08:00
body {
2022-02-08 04:13:58 +08:00
font-family: sans-serif;
2019-09-12 02:44:40 +08:00
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;
}
2019-09-11 10:05:33 +08:00
< / style >
2019-08-30 05:37:04 +08:00
< / head >
2019-09-11 10:05:33 +08:00
2019-08-30 05:37:04 +08:00
< body >
2019-09-11 10:05:33 +08:00
2019-09-12 02:44:40 +08:00
< img src = "Canvas.png" alt = "Canvas logo" >
2019-09-11 10:05:33 +08:00
< 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 >
2020-08-13 02:27:37 +08:00
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 >
2019-09-11 10:05:33 +08:00
2019-08-30 05:37:04 +08:00
< / body >
< / html >