<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
  <title>Stratepedia</title>

  <link href='https://fonts.googleapis.com/css?family=PT+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
  <link href='https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'>

  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <style type="text/css">
    body { background-color: #fff; color: #666; text-align: center; font-family: 'PT Sans', sans-serif; }
    div.dialog {
      margin: 50px auto 50px auto;
      text-align: left;
      width: 22em;
      font-size: 16px/1.625;
      *font-size: 1em;
      color: #222;
    }
    h1 {
      font-weight: normal;
      font-size: 2.5em;
      line-height: 1.2;
      margin: 0 0 0.3125em; }
    a {
      color: #47d; }
    a img {
      margin: 0;
      text-decoration: none; }
  </style>
</head>

<body>
  <div class="dialog">
    <h1>Hoxie has been discontinued.</h1>

    <p>
      As of Feburary 1, 2019,
      Hoxie is no longer available.
      Thanks for your support over the years.
    </p>
  </div>
</body>
</html>


