-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
33 lines (28 loc) · 948 Bytes
/
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<![endif]-->
<title>Front-end Startup Guide</title>
<link rel="stylesheet" href="css/style.min.css" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
</head>
<body>
<section class="main-container">
<img src="img/devlabs_logo.png" width="300" height="300" alt="DevLabs">
</section>
<footer class="footer">
Sticky footer
</footer>
<!-- build:js js/script.min.js -->
<script src="../lib/jquery/dist/jquery.js"></script>
<script src="../js/script.js"></script>
<!-- /build -->
</body>
</html>