Skip to content
Snippets Groups Projects
403.html 2.33 KiB
Newer Older
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Paulina Nogal's avatar
Paulina Nogal committed
<html lang="en">
<head>
Doug Reed's avatar
Doug Reed committed
  <title>Access Denied</title>
	<!-- MATERIAL DESIGN LITE STYLES -->
	<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
	<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css">
	<link rel="preload" href="https://cdn.wisc.cloud/fonts/uw-rh/0.0.1/redhat-display-latin.v14.woff2" as="font" type="font/woff2" crossorigin>
	<link rel="preload" href="https://cdn.wisc.cloud/fonts/uw-rh/0.0.1/redhat-text-latin.v13.woff2" as="font" type="font/woff2" crossorigin>
	<!-- LOCAL STYLES -->
Paulina Nogal's avatar
Paulina Nogal committed
	<link rel="stylesheet" href="webapp.css">
</head>

<body>
	<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
		<header class="mdl-layout__header">
			<div class="mdl-layout__header-row">
				<div class="photo-div">
Paulina Nogal's avatar
Paulina Nogal committed
					<img src="/main_logo_w_all.png" alt="University of Wisconsin System Logo" class="uw-logo">
				<h1 class="mdl-layout-title outage-title">MYUW-002 Access Denied</h1>
Paulina Nogal's avatar
Paulina Nogal committed
		<main class="mdl-layout__content content-centered">
			<div class="mdl-grid">
				<div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
				<div class="mdl-cell mdl-cell--8-col mdl-cell--10-col-phone">
Paulina Nogal's avatar
Paulina Nogal committed
					<img src="/alert-icon.png" alt="Line art image of an exclamation mark inside of a triangle" class="alert-icon">
					<h2 class="mr-title">Sorry, you're not authorized to access this page.</h2>
          <p>MyUW determined you're not authorized to access the requested page.</p>
          <p>This could be because you're really not authorized. If that's the case, trying again will not help.</p>
          <p>Or it could be because your session timed out or MyUW otherwise got confused. If so, sorry! And trying again may well work for you.</p>
					<p>Next, you can head back to your MyUW <a href='/web'>homepage</a>.</p>
					<p>For help with authorization, contact the DoIT <a href="https://kb.wisc.edu/helpdesk/">Help Desk</a>. When contacting the Help Desk, please mention <em>MyUW error code MYUW-002</em>.</p>
          <p>(Technical detail: MyUW error code MYUW-002: HTTP status code 403 FORBIDDEN issued by the root servlet context.)</p>
				</div>
				<div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
			</div>
		</main>
	</div>
</body>
</html>