Skip to content

Commit

Permalink
deployed via Github Pages Deploy Action 🚀 for 2fc9920
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Mar 29, 2024
0 parents commit 00c80c1
Show file tree
Hide file tree
Showing 7 changed files with 512 additions and 0 deletions.
489 changes: 489 additions & 0 deletions 3rdpartylicenses.txt

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>NgxSchemaForm</title>
<base href="/ngx-schema-form/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}</style><link rel="stylesheet" href="styles.cb176e00a79b3c1e.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.cb176e00a79b3c1e.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.75351e13fbf3b4a7.js" type="module"></script><script src="polyfills.a018fc16609842d7.js" type="module"></script><script src="main.f478cb28fe6b4656.js" type="module"></script></body>
</html>
1 change: 1 addition & 0 deletions main.f478cb28fe6b4656.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions polyfills.a018fc16609842d7.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions runtime.75351e13fbf3b4a7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions styles.cb176e00a79b3c1e.css

Large diffs are not rendered by default.

0 comments on commit 00c80c1

Please sign in to comment.