Skip to content
Snippets Groups Projects
403.html 1.51 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">
	<!-- 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">
Paulina Nogal's avatar
Paulina Nogal committed
				<h1 class="mdl-layout-title outage-title">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>If you're here by accident, 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>.</p>
				</div>
				<div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
			</div>
		</main>
	</div>
</body>
</html>