forked from wet-boew/wet-boew-experimental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.09 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Welcome - Web Experience Toolkit v5</title>
<link rel="stylesheet" href="./theme/css/style.css" />
</head>
<body class="max-width:full wb-stack wb-center">
<header>
<h1>
Web Experience Toolkit<span class="wb-inv"> - version 5 </span>(WET5)
</h1>
</header>
<nav class="docs-nav">
<ul>
<li><a href="docs/wb-carousel-fr.html">wb-carousel-fr</a></li>
<li><a href="docs/wb-carousel-en.html">wb-carousel-en</a></li>
<li><a href="docs/wb-xtemplate.html">wb-xtemplate</a></li>
<li><a href="docs/wb-barebone.html">wb-barebone</a></li>
</ul>
</nav>
<main id="main">
<p>
This is the edge experimental version of WET 5. Example could be
unstable.
</p>
</main>
<script
src="src/vendor/requirejs/2.3.6/require.js"
data-main="src/wet-boew.js"
></script>
</body>
</html>