Skip to content

Commit

Permalink
fixes microsoft#14 (added a favicon to the site)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnava1 committed Oct 24, 2018
1 parent 7552d99 commit 87fa699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added img/microsoftlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<head>
<title>HTML Application</title>
<link href="css/site.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet">
<link rel="icon" type="image/png" href="./img/microsoftlogo.png">
</head>

<body>
Expand All @@ -15,7 +16,7 @@
<div class="tweet-container">
<a href="http://twitter.com/intent/tweet/?text=I%20just%20created%20a%20new%20HTML%20website%20on%20Azure%20using%20Azure%20DevOps%20Project&hashtags=AzureDevOpsProject%2CVSTS%20%40Azure%20%40VSTS">
<img src="img/tweetThis.svg" />
</a>
</a>
</div>
<div class="content-body">
<div class="success-text">Success!</div>
Expand Down

0 comments on commit 87fa699

Please sign in to comment.