forked from ddobric/ServiceBusJavaScriptSdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (22 loc) · 1.01 KB
/
index.html
File metadata and controls
36 lines (22 loc) · 1.01 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Service Bus JavaScript SDK</title>
<link rel="stylesheet" href="css/main.css" type="text/css" />
</head>
<body>
<section class="container">
<p class="cloud"><img src="./img/cloud.png"></p>
<h1 class="welcome-title">Welcome to Service Bus Azure JavaScript SDK v1.2</h1>
<p class="welcome-p">Select your test page to get started.</p>
<div class="home-buttons">
<a href="TopicSamples.html" class="btn topic-btn">Topic test page</a>
<a href="QueueSamples.html" class="btn queue-btn" style="background:#ff8c00;">Queue test page</a>
<a href="EventHubSamples.html" class="btn queue-btn" style="background:#0094ff;">EventHub test page</a>
</div> <!-- END: .home-buttons -->
<footer class="inner-wrapper">
<div class="logo"><a href="http://www.daenet.eu/"><img src="./img/logo.png"></a></div>
</footer>
</section> <!-- END: .container -->
</body>
</html>