mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-07-21 22:35:21 -04:00
26 lines
477 B
JavaScript
Executable File
26 lines
477 B
JavaScript
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h2>Components</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="examples/components/playground/index.html">Playground Example</a>
|
|
</li>
|
|
<li>
|
|
<a href="examples/components/schema-gen/index.html">SchemaGen Example</a>
|
|
</li>
|
|
<!-- Don't touch me - compopnents -->
|
|
</ul>
|
|
<h2>Directives</h2>
|
|
<ul>
|
|
<!-- Don't touch me - directives -->
|
|
</ul>
|
|
</body>
|
|
|
|
</html> |