-
Paulina Nogal authoredPaulina Nogal authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
403.html 1.51 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<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 -->
<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">
<img src="/main_logo_w_all.png" alt="University of Wisconsin System Logo" class="uw-logo">
</div>
<!-- Title -->
<h1 class="mdl-layout-title outage-title">Access Denied</h1>
</div>
</header>
<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">
<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>