实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!doctype html>
2
<html lang="en">
3
<head>
4
  <meta charset="utf-8">
5
  <title>Tabslet jQuery plugin | Yet another plugin for tabs</title>
6
  <meta name="description" content="Yet another jQuery plugin for tabs, lightweight, easy-to-use and with some extra features">
7
8
  <link rel="shortcut icon" href="favicon.ico" />
9
10
  <!-- MOBILE -->
11
  <meta name="viewport" content="width=device-width, initial-scale=1">
12
13
  <!-- MODERNIZR -->
14
  <script type="text/javascript" src="/api/jq/tabslet/javascripts/vendor/modernizr.custom.js"></script>
15
16
  <!-- STYLES -->
17
  <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
18
  <link rel="stylesheet" type="text/css" href="/api/jq/tabslet/stylesheets/vendor/normalize.css">
19
  <link rel="stylesheet" type="text/css" href="/api/jq/tabslet/stylesheets/vendor/skeleton.css">
20
  <link rel="stylesheet" type="text/css" href="/api/jq/tabslet/stylesheets/styles.css">
21
  <link rel="stylesheet" type="text/css" href="/api/jq/tabslet/stylesheets/vendor/github.css">
22
</head>