adding microsoft logo to footer
@@ -60,7 +60,7 @@
<p>It is licensed under the MIT License and supports IE 11, Edge, Chrome, Firefox, Safari and Opera.</p>
- <p>The Monaco editor is <span style="font-weight:bold">not</span> supported in mobile browsers or mobile web frameworks. </p>
+ <p>The Monaco editor is <span style="font-weight:bold;color:#ff5722;">not</span> supported in mobile browsers or mobile web frameworks. </p>
<p>Find more information at the <a href="https://github.com/Microsoft/monaco-editor">Monaco Editor repo</a>.</p>
</div>
@@ -150,6 +150,10 @@
<footer class="container">
<hr>
<p class="text-center">
+ <a href="https://microsoft.com" title="Microsoft">
+ <img src="https://opensource.microsoft.com/img/microsoft.png" alt="Microsoft" style="max-height:23px;margin-bottom:12px;">
+ </a>
+ <br/>
<small>© 2018 Microsoft</small>
</p>
</footer>