mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Merge pull request #577 from PAPERPANKS/master
adding microsoft logo to footer
This commit is contained in:
commit
7b320a1336
1 changed files with 5 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
<p>It is licensed under the MIT License and supports IE 11, Edge, Chrome, Firefox, Safari and Opera.</p>
|
<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>
|
<p>Find more information at the <a href="https://github.com/Microsoft/monaco-editor">Monaco Editor repo</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -150,6 +150,10 @@
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<hr>
|
<hr>
|
||||||
<p class="text-center">
|
<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>
|
<small>© 2018 Microsoft</small>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue