Skip to content

Instantly share code, notes, and snippets.

@methodik
Last active December 5, 2016 14:42
Show Gist options
  • Save methodik/bda9c5a238fd0fd1539208a4efa78cb2 to your computer and use it in GitHub Desktop.
Save methodik/bda9c5a238fd0fd1539208a4efa78cb2 to your computer and use it in GitHub Desktop.
404 page for magazine
<div class="ws-mag-container">
<!-- 404 UHOH -->
<section class="four04 -capitalise-normal">
<h3>Something's not right!</h3>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="278px" height="286px" viewBox="0 0 278 286" version="1.1" class="icn-404">
<g id="Post" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path d="M53.4819999,143.000795 L133.9,281.6 C135.1,283.8 137.5,285.1 139.9,285.1 C140.5,285.1 141.1,285.1 141.7,284.9 C143.5,284.4 145,283.2 145.9,281.7 L277.9,54.1 C279.6,51.3 279,47.7 276.6,45.5 L229.1,1.9 C227,-0.1 223.8,-0.5 221.2,0.8 L139.9,42.8 L139.7,42.9 L91.9805444,18.1282481 C91.9746026,18.1341006 91.9686608,18.1399531 91.9627191,18.1458056 C82.8210412,27.1501907 73.7206228,36.1445376 64.5653907,45.0808097 C68.2435938,51.7020085 71.9217969,58.2510043 75.6,64.8 C75.681305,64.9378649 75.7521131,65.07523 75.8129677,65.211786 C76.8462135,66.4528007 77.0793012,68.252949 75.5,69.6 C70.4689785,74.1014403 65.437957,78.5249761 60.4069354,82.9393687 C62.746842,87.3262458 65.0378354,91.7131229 67.4,96.1 C67.8298275,96.9187191 67.9161258,97.7164913 67.7643651,98.4332928 C68.0628331,99.0872554 68.1183789,99.8873137 67.8,100.8 C63.0743585,114.896829 58.2845638,128.929505 53.4819999,143.000795 Z M48.814209,134.955928 L1.9,54.1 C0.3,51.3 0.8,47.7 3.2,45.5 L50.7,1.9 C52.9,-0.1 56,-0.5 58.6,0.8 L85.409045,14.7169025 C76.2094333,23.8112683 66.9734473,32.9056342 57.8,42 C56.7600262,43.0399738 56.5755718,44.259501 56.9102466,45.3221915 C56.9862322,45.6424271 57.1137219,45.9697797 57.3,46.3 C61.0613769,52.9970858 64.8227539,59.6941716 68.5841308,66.4684701 C63.5560872,70.8802606 58.5280436,75.3012241 53.5,79.8 C51.8740572,81.2346554 52.1691348,83.1038273 53.2806445,84.335737 C55.906396,89.2194786 58.447738,94.1032202 61.0703537,98.9869618 C56.97429,111.001858 52.8783031,122.970303 48.814209,134.955928 Z M139.9,264 L263,51.9 L223.2,15.4 L139.9,58.5 L139.9,264 L139.9,264 Z" id="Combined-Shape"/>
</g>
</svg>
<p class="error-msg">The page could not be found</p>
<p class="error-msg">You can go back to the <a href="/" onclick="event.preventDefault(); window.history.back();">previous page</a> or return to the <a href="/">magazine home page</a>.</p>
</section>
<!-- 404 UHOH -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment