ソースを参照

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>