aboutsummaryrefslogtreecommitdiffstats
path: root/apidoc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'apidoc/index.html')
-rw-r--r--apidoc/index.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/apidoc/index.html b/apidoc/index.html
deleted file mode 100644
index 00a6234..0000000
--- a/apidoc/index.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head lang="en">
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>vaadin-core-elements</title>
- <style>
- body {
- font-family: 'Roboto', 'Noto', sans-serif;
- font-size: 16px;
- background: #fafafa;
- color: #212121;
- }
- section {
- width: 50%;
- margin: 50px auto;
- background: #fff;
- border: 1px solid #e5e5e5;
- }
- @media (max-width: 700px) {
- section {
- width: 100%;
- }
- }
- h1 {
- font-size: 150%;
- font-weight: 400;
- }
- ul {
- padding-left: 0;
- list-style: none;
- border-bottom: 1px solid #e5e5e5;
- }
- li {
- line-height: 1.4;
- border-top: 1px solid #e5e5e5;
- }
- li p {
- margin: 0;
- }
- h1,
- li {
- padding: 14px 24px;
- }
- </style>
-</head>
-
-<body>
- <section>
- <h1>API documentation for vaadin-core-elements</h1>
- <ul>
- <li>
- <a id="vaadin-grid" href="../../vaadin-grid/index.html">vaadin-grid</a>
- <p>Data grid for showing large amounts of tabular data.</p>
- </li>
- </ul>
- </section>
-</body>
-</html>