-
-
Notifications
You must be signed in to change notification settings - Fork 454
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.75 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.75 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
37
38
<!doctype html>
<head>
<meta charset="utf-8">
<title>React-Tabs</title>
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="keywords" content="react,reactjs,react component,component,tabs,tabs,ui,javascript">
<meta name="description" content="An accessible and easy tab component for ReactJS.">
<meta property="og:locale" content="en-us">
<meta property="og:title" content="React-Tabs">
<meta property="og:description" content="An accessible and easy tab component for ReactJS.">
<meta property="og:url" content="http://reactcommunity.org/react-tabs">
<meta property="og:site_name" content="React-Tabs">
<meta property="og:type" content="article">
</head>
<body>
<header class="page-header">
<div class="container">
<h1 class="page-header__title">React Tabs</h1>
<h2 class="page-header__subtitle">An accessible and easy tab component for <a href="https://reactjs.org/" target="_blank" class="page-header__link" rel="noopener noreferrer">ReactJS</a>.</h2>
<a href="https://github.com/reactjs/react-tabs" class="page-header__button" target="_blank" rel="noopener noreferrer">View on GitHub</a>
</div>
</header>
<div class="page-body">
<div class="container">
<form>
<!-- the React application is loaded in the #example element -->
<div id="example"></div>
</form>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div>Supported by</div>
<div><a href="https://www.browserstack.com"><img src="images/Browserstack-logo.svg" alt="Browserstack" class="browserstack"></a></div>
<div>Copyright © <a href="https://github.com/danez" target="_blank" rel="noopener noreferrer">Daniel Tschinder</a> 2017-2023. MIT Licensed.</div>
</div>
</footer>
</body>