-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 2.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Azure App Service - Sample Static HTML Site</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="navbar-wrapper">
<div class="container">
<h1>Azure App Service - Sample Static HTML Site</h1>
<hr />
</div>
</div>
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<img class="img-rectangle" src="https://lostforestimg.azureedge.net/ctnimag00/FlowerGarden3.jpeg" alt="Shakura flower" height="140">
<h2>Flower garden</h2>
<p>This is one of the famous shakura tree in Japan. We need to save that.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<img class="img-rectangle" src="https://lostforestimg.azureedge.net/ctnimag00/WaterFall1.jpeg" alt="Azure App Service Web Apps" height="140">
<img class="img-rectangle" src="https://lostforestimg.azureedge.net/ctnimag00/WaterFall2.jpeg" alt="CDN" height="140">
<img class="img-rectangle" src="https://lostforestimg.azureedge.net/ctnimag00/WaterFall3.jpeg" alt="CDN" height="140">
<h2>Water fall and Mountain</h2>
<p>On this earth so many beautiful water fall and mountain now because of climate effect vanishing.Human race need to think how to protect that?</p>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
</body>
<center> <footer> <small>© Copyright 1920, Rand Enterprises Corporation </small> </footer> </center>
</html>