67 lines
2.3 KiB
HTML
67 lines
2.3 KiB
HTML
<!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" />
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
<title>I Buy Properties</title>
|
|
|
|
<!-- favicons -->
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
<link rel="apple-touch-icon-precomposed" href="img/home-152-177.png" />
|
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
|
<meta name="msapplication-TileImage" content="img/home-144-177.png" />
|
|
<link
|
|
rel="apple-touch-icon-precomposed"
|
|
sizes="152x152"
|
|
href="img/home-152-177.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon-precomposed"
|
|
sizes="144x144"
|
|
href="img/home-144-177.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon-precomposed"
|
|
sizes="120x120"
|
|
href="img/home-120-177.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon-precomposed"
|
|
sizes="114x114"
|
|
href="img/home-114-177.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon-precomposed"
|
|
sizes="72x72"
|
|
href="img/home-72-177.png"
|
|
/>
|
|
<link rel="apple-touch-icon-precomposed" href="img/home-57-177.png" />
|
|
<link rel="icon" href="img/home-32-177.png" sizes="32x32" />
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
<link rel="stylesheet" href="./css/mainStyle.css" />
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<script src="js/handlebars-v4.0.5.js"></script>
|
|
<script src="js/main.js"></script>
|
|
<script src="js/router.js"></script>
|
|
<script src="js/templates.js"></script>
|
|
<script src="js/templateHelper.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="content" style="top: 100px"></div>
|
|
[2022-01-12_13_43_59]
|
|
</body>
|
|
</html>
|