Преглед изворни кода

adding microsoft logo to footer

Pankaj Kumar Gautam пре 8 година
родитељ
комит
56d3e5736e
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      website/index.html

+ 4 - 0
website/index.html

@@ -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>&copy; 2017 Microsoft</small>
 		</p>
 	</footer>