Skip to content

Commit

Permalink
Move mockup back
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaskins committed Jul 31, 2019
1 parent 2d18ba4 commit 3a91955
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions blog/src/static/mockup/index.html → mockup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@ <h1>A Very Important Message</h1>
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
</p>
<h1>Header 1</h1>
<h2>Header 2</h2>
<h3>Header 3</h3>
<h4>Header 4</h4>
<h5>Header 5</h5>
<h6>Header 6</h6>

<p>This is some text with <code>inline code</code></p>
<pre>
<code>
.container {
flex: 0 1 960px;
display: flex;
flex-flow: column nowrap;
min-height: 100vh;
}
</code>
</pre>
</article>
<div id="seriesinfo">
<h1>A series of things</h1>
Expand Down
File renamed without changes.

0 comments on commit 3a91955

Please sign in to comment.