<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
  <meta charset="utf-8">
  <title>Archived Blog</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap" rel="stylesheet">
</head>
<style>
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100%;
    max-width: 768px;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    padding: 20px;
    box-sizing: border-box;
    align-items: flex-start;

  }

  img {
    width: 300px;
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 6rem;
    line-height: 1;
    margin: 1rem 0;
    color: #d73f09;
  }

  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 3rem;
    }
  }

  p {
    font-size: 24px;
  }

  .btn {
    text-decoration: none;
    font-size: 24px;
    background: #d73f09;
    padding: 18px;
    border-radius: 8px;
    color: #fff !important;
  }
</style>

<body>
  <a href="https://oregonstate.edu"><img src="https://oregonstate.edu/themes/custom/madrone_homepage/logo.svg" alt="Oregon State University"></a>
  <h1>This blog has been archived</h1>
  <p>If this is your blog and you believe it was archived in error, please contact Digital Experience.</p>
  <a class="btn" href="https://oregonstateuniversity.sharepoint.com/sites/Drupal/SitePages/How-to-request-support.aspx">Contact Us</a>
</body>

</html>
