Improved index page

This commit is contained in:
Syrus 2018-12-06 20:36:19 -08:00
parent 42e445ed87
commit 7aa26acd2f

View File

@ -15,7 +15,12 @@
><img class="wasmer-logo" src="./wasmer-logo.png" ><img class="wasmer-logo" src="./wasmer-logo.png"
/></a> /></a>
</h1> </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> </div>
</body> </body>
<style> <style>
@ -33,5 +38,10 @@
.wasmer-logo { .wasmer-logo {
width: 200px; width: 200px;
} }
a {
text-decoration: none;
font-weight: 500;
color: #533ac9;
}
</style> </style>
</html> </html>