-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Yannick Richard, Technologist</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="http://ymrtech.com" />
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<!--<link href="css/jcarousel.css" rel="stylesheet" />-->
<link href="css/flexslider.css" rel="stylesheet" />
<!--<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet"> -->
<link href="css/style.css" rel="stylesheet" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- start header -->
<header>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="https://ymrtech.com/">YMR Technologies</a>-->
<h3 class="logo">YMR Technologies</h3>
</div>
</div>
</div>
</header>
<!-- end header -->
<section class="callaction">
<h1>Hi, there is nothing to see here, move along...</h1>
</section>
</body>
</html>