This repository has been archived by the owner on Nov 14, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
_template.html
100 lines (87 loc) · 4.4 KB
/
_template.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title - Windows Azure Open Source</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Windows Azure SDK">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/azureopensource.css" rel="stylesheet">
<link rel="shortcut icon" href="//az83882.vo.msecnd.net/favicon.ico">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" style="padding:15px 15px 5px 15px;margin-top:-5px" href="//www.windowsazure.com/"><img
src="azure/windowsazurelogo.png" style="width:218px;height:35px;border:0px"
alt="Windows Azure" title="Windows Azure" /></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Open Source Home</a></li>
<li><a href="guidelines.html">Contribute</a></li>
<li class="dropdown">
<a href="projects.html" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="projects.html">All projects</a></li>
<li class="nav-header">Software Dev Kits</li>
<li><a href="projects.html#dotnet">.NET SDK</a></li>
<li><a href="projects.html#nodejs">Node.js SDK</a></li>
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li class="divider"></li>
<li class="nav-header">Command line</li>
<li><a href="projects.html#powershell">PowerShell</a></li>
<li><a href="projects.html#cli">x-plat CLI</a></li>
<li class="divider"></li>
<li class="nav-header">More Projects</li>
<li><a href="projects.html#iisnode">iisnode</a></li>
<li><a href="projects.html#teams">Other teams</a></li>
<li class="divider"></li>
<li class="nav-header">WindowsAzure.com</li>
<li><a href="//www.windowsazure.com/en-us/documentation/">Documentation Center</a></li>
<li><a href="//www.windowsazure.com/en-us/develop/reference/">REST Reference</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Content here -->
<hr>
<footer>
<p class="pull-right"><a href="#top">Back to top</a></p>
<div class="links">
<a href="//www.windowsazure.com/">WindowsAzure.com</a> |
<a href="http://blogs.msdn.com/b/windowsazure/">Windows Azure Blog</a> |
<a href="https://twitter.com/windowsazure">@windowsazure</a> |
<a href="https://github.com/windowsazure/">GitHub</a> |
<a href="thanks.html">Thank you to our contributors</a>
</div>
<p><small>
© Microsoft |
<a href="http://go.microsoft.com/fwlink/p/?linkid=131004&clcid=0x409">Privacy and Cookies</a> |
<a href="http://go.microsoft.com/fwlink/p/?linkid=222682&clcid=0x409">Trademarks</a>
</small></p>
</footer>
</div> <!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>