forked from spotify/apps-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tabs.html
25 lines (23 loc) · 1005 Bytes
/
tabs.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
<!DOCTYPE html>
<head>
<!-- Spotify CSS files -->
<link rel="stylesheet" type="text/css" href="sp://resources/css/eve.css">
<link rel="stylesheet" type="text/css" href="sp://resources/css/api.css">
<link rel="stylesheet" type="text/css" href="sp://resources/css/player.css">
<link rel="stylesheet" type="text/css" href="sp://resources/css/list.css">
<!-- Project CSS files -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/github.css">
</head>
<body>
<div id="wrapper">
<div class="section">
<h1>Secondary tab</h1>
<p class="description">This is the content for the second tab. If you want to see how the tab change has been handled, read
<a href="spotify:app:api-tutorial:getting-started:arguments">Handling arguments and creating navigational tabs</a>.
</p>
</div>
</div>
<script src="/js/tutorial.js"></script>
</body>
</html>