Browse code

new build from home

Louis Jonget authored on18/03/2023 14:55:56
Showing1 changed files
... ...
@@ -1,20 +1,20 @@
1
-<!DOCTYPE html>
2
-<html lang="en">
3
-  <head>
4
-    <meta charset="utf-8" />
5
-    <link rel="stylesheet" href="../tmp/config-page.css">
6
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
-    <script>
8
-      window.returnTo = '$$RETURN_TO$$';
9
-      window.clayConfig = $$CONFIG$$;
10
-      window.claySettings = $$SETTINGS$$;
11
-      window.customFn = $$CUSTOM_FN$$;
12
-      window.clayComponents = $$COMPONENTS$$;
13
-      window.clayMeta = $$META$$;
14
-    </script>
15
-  </head>
16
-  <body>
17
-    <form id="main-form" class="inputs"></form>
18
-    <script src="../tmp/config-page.js"></script>
19
-  </body>
20
-</html>
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+  <head>
4
+    <meta charset="utf-8" />
5
+    <link rel="stylesheet" href="../tmp/config-page.css">
6
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
+    <script>
8
+      window.returnTo = '$$RETURN_TO$$';
9
+      window.clayConfig = $$CONFIG$$;
10
+      window.claySettings = $$SETTINGS$$;
11
+      window.customFn = $$CUSTOM_FN$$;
12
+      window.clayComponents = $$COMPONENTS$$;
13
+      window.clayMeta = $$META$$;
14
+    </script>
15
+  </head>
16
+  <body>
17
+    <form id="main-form" class="inputs"></form>
18
+    <script src="../tmp/config-page.js"></script>
19
+  </body>
20
+</html>
Browse code

init commit

louis.jonget authored on30/09/2022 18:58:18
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+  <head>
4
+    <meta charset="utf-8" />
5
+    <link rel="stylesheet" href="../tmp/config-page.css">
6
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
+    <script>
8
+      window.returnTo = '$$RETURN_TO$$';
9
+      window.clayConfig = $$CONFIG$$;
10
+      window.claySettings = $$SETTINGS$$;
11
+      window.customFn = $$CUSTOM_FN$$;
12
+      window.clayComponents = $$COMPONENTS$$;
13
+      window.clayMeta = $$META$$;
14
+    </script>
15
+  </head>
16
+  <body>
17
+    <form id="main-form" class="inputs"></form>
18
+    <script src="../tmp/config-page.js"></script>
19
+  </body>
20
+</html>