Skip to content
Open
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
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@

<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<style>
p{
font-size: 16px;
color:rgb(58, 51, 41)
}
</style>

</head>

<body>
<div class="navbar-wrapper">
Expand All @@ -30,6 +37,7 @@ <h1>Azure App Service - Sample Static HTML Site</h1>
<img class="img-rectangle" src="img/azure-portal.png" alt="Azure App Service Web Apps" height="140">
<h2>Azure App Service Web Apps</h2>
<p>App Service Web Apps is a fully managed compute platform that is optimized for hosting websites and web applications. This platform-as-a-service (PaaS) offering of Microsoft Azure lets you focus on your business logic while Azure takes care of the infrastructure to run and scale your apps.</p>
<p>This is the hosy the apps also.</p>
</div>
</div>
</div>
Expand Down