Skip to content
Snippets Groups Projects
404.html 2.41 KiB
Newer Older
Tim Levett's avatar
Tim Levett committed
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Paulina Nogal's avatar
Paulina Nogal committed
<html lang="en">
Tim Levett's avatar
Tim Levett committed
<head>
  <title>MyUW Page Not Found</title>
	<!-- MATERIAL DESIGN LITE STYLES -->
	<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
	<!-- 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">
Tim Levett's avatar
Tim Levett committed
</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-003: Page Not Found</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, the page you are looking for does not exist or you don't have access to it.</h2>
          <p>Please go to the <a href='/'>MyUW home page</a>.</p>
					<p class="apologize">It looks like you're trying to launch an application or navigate to a website. You might find a link to the service or application you're looking for on our <a href="https://kb.wisc.edu/myuw/132200" target="_blank">backup webpage</a>. We apologize for the inconvenience. We welcome your <a href='/portal/p/feedback'>feedback</a> about what's missing in MyUW. When offering feedback or contacting the Help Desk, please mention <strong>MyUW error code MYUW-003</strong>.</p>
          <p>(Technical detail: HTTP status code 404 NOT FOUND presented by root servlet context.)</p>
				</div>
				<div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
			</div>
		</main>
	</div>
Tim Levett's avatar
Tim Levett committed
</body>