forked from microsoft/azuredevopslabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
64 lines (51 loc) · 1.95 KB
/
homepage.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<head>
{% include head.html %}
<script>
</script>
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.5/css/jquery.dataTables.css">
<link href="https://fonts.googleapis.com/css?family=Arimo|Merriweather|Pangolin|Roboto|Source+Sans+Pro|Trocchi" rel="stylesheet">
<script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.5/js/jquery.dataTables.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-93010880-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
{% include topnav.html %}
<!-- Page Content
<img src="images/banner31.jpg" width="100%" style="margin-top: 73px;" />-->
<div class="rowMain">
<div class="columnMain">
<b> Microsoft Visual Studio DevOps Hands-On-Labs </b>
<br />
<span class="labdesc">
<i>Hands-on-labs for Visual Studio Team Foundation Server and Visual Studio Team Services</i>
</span>
</div>
<!--img src="images/almvm-hero-centered-transparent-md.png"-->
</div>
<div class="container">
{{content}}
<div class="column">
<div class="col-lg-12">
</div>
<div class="container">
{% include footer.html %}
<div>
<div class="container">
</div>
{% include gototop.html %}
</body>
</html>