1 Star 0 Fork 0

liyang/project-html-website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
azuredevopsproject 提交于 2017-10-23 11:40 . First commit
<!Doctype html>
<html>
<head>
<title>HTML Application</title>
<link href="css/site.css" rel="stylesheet">
</head>
<body>
<div class="main-container">
<div class="cloud-image">
<img src="img/successCloudNew.svg" />
</div>
<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">
<img src="img/tweetThis.svg" />
</a>
</div>
<div class="content-body">
<div class="success-text">Success!</div>
<div class="description line-1"> Azure DevOps Project has been successfully setup</div>
<div class="description line-2"> Your HTML app is up and running on Azure</div>
<div class="next-steps-container">
<div class="next-steps-header">Next up</div>
<div class="next-steps-body">
<div class="step">
<div class="step-icon">
<img src="img/cloneWhite.svg">
</div>
<div class="step-text"><a href="https://go.microsoft.com/fwlink/?linkid=862409">Clone your code repository and start developing your application on IDE of your choice</a></div>
</div>
<div class="step">
<div class="step-icon">
<img src="img/deployWhite.svg">
</div>
<div class="step-text"><a href="https://go.microsoft.com/fwlink/?linkid=862410">View your CI/CD pipeline on Visual Studio Team Services and customize it as per your needs</a></div>
</div>
<div class="step">
<div class="step-icon">
<img src="img/stackWhite.svg">
</div>
<div class="step-text"><a href="http://portal.azure.com">View your service stack in the Azure Portal</a></div>
</div>
<div class="step">
<div class="step-icon">
<img src="img/lightbulbWhite.svg">
</div>
<div class="step-text"><a href="https://go.microsoft.com/fwlink/?linkid=862126">Learn more about all you can do with Azure projects by visiting the documentation</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyange/project-html-website.git
[email protected]:liyange/project-html-website.git
liyange
project-html-website
project-html-website
master

搜索帮助