Skip to content

Commit

Permalink
Improved index page
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Dec 7, 2018
1 parent 42e445e commit 7aa26ac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion examples/nginx/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ <h1>
><img class="wasmer-logo" src="./wasmer-logo.png"
/></a>
</h1>
<p>Enjoy this incredible achievement with us! 馃槉</p>
<p>
Celebrate this achievement with us at
<a href="https://github.com/wasmerio/wasmer"
>github.com/wasmerio/wasmer</a
>! 馃槉
</p>
</div>
</body>
<style>
Expand All @@ -33,5 +38,10 @@ <h1>
.wasmer-logo {
width: 200px;
}
a {
text-decoration: none;
font-weight: 500;
color: #533ac9;
}
</style>
</html>

0 comments on commit 7aa26ac

Please sign in to comment.