Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<!Doctype html>
<!Doctype html>
<html>

<head>
<title>HTML Application</title>
<link href="css/site.css" rel="stylesheet">
<script src="index.js"></script>
</head>

<body>
<div class="main-container">
<div class="cloud-image">
<img src="img/successCloudNew.svg" />
</div>
<button onclick="myFunction()" style="background-color: azure;">button</button>
<div class="content">
<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">
Expand Down Expand Up @@ -55,4 +57,4 @@
</div>
</body>

</html>
</html>
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function myFunction() {
alert("This is an example warning..")
}