14 lines
188 B
HTML
14 lines
188 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
|
||
|
|
<html>
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<title>Azure Web Apps</title>
|
||
|
|
<link rel="stylesheet" href="css/style.css">
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<h1>Welcome to Azure Web Apps!!</h1>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|