-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 1.37 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
<!doctype html>
<html lang="en" class="dark"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TotallyInformation's web-components</title>
<link type="text/css" rel="stylesheet" href="/tests/resources/uib-brand.css" media="all">
</head><body>
<main>
<h1>Totally Information's web-components</h1>
<content>
<p>These web components from TotallyInformation are stand-alone without external dependencies.
Each one aims to simplify the use of HTML as a User Interface (UI).
They work on any page without the need for a framework or other dependencies.
Where they use 3rd-party libraries, these are integrated so you don't need to worry about them.</p>
<p>All you need to do is create a reference to the component's library in your page as shown in the readme and documentation.</p>
</content>
<article>
<h2>Links</h2>
<p><a href="/docs">Component documentation</a></p>
<p><a href="/tests">Test/demo pages</a></p>
<p><a href="https://github.com/TotallyInformation/web-components">Source Code (GitHub)</a></p>
<p><a href="https://www.npmjs.com/~totallyinformation">npm Published Version (not yet available)</a></p>
</article>
</main>
</body></html>