Last commit july 5th

This commit is contained in:
2024-07-05 13:46:23 +02:00
parent dad0d86e8c
commit b0e4dfbb76
24982 changed files with 2621219 additions and 413 deletions

6
spa/public/app.css Normal file

File diff suppressed because one or more lines are too long

1
spa/public/app.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,13 @@
{
"entrypoints": {
"app": {
"js": [
"/runtime.js",
"/app.js"
],
"css": [
"/app.css"
]
}
}
}

1
spa/public/index.html Normal file
View File

@@ -0,0 +1 @@
<!doctype html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="msapplication-tap-highlight" content="no"/><meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"/><title>Conference Guestbook application</title><script defer="defer" src="/runtime.js"></script><script defer="defer" src="/app.js"></script><link href="/app.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

6
spa/public/manifest.json Normal file
View File

@@ -0,0 +1,6 @@
{
"app.css": "/app.css",
"app.js": "/app.js",
"runtime.js": "/runtime.js",
"index.html": "/index.html"
}

1
spa/public/runtime.js Normal file
View File

@@ -0,0 +1 @@
(()=>{"use strict";var r,e={},o={};function t(r){var n=o[r];if(void 0!==n)return n.exports;var a=o[r]={exports:{}};return e[r](a,a.exports,t),a.exports}t.m=e,r=[],t.O=(e,o,n,a)=>{if(!o){var s=1/0;for(l=0;l<r.length;l++){for(var[o,n,a]=r[l],i=!0,p=0;p<o.length;p++)(!1&a||s>=a)&&Object.keys(t.O).every((r=>t.O[r](o[p])))?o.splice(p--,1):(i=!1,a<s&&(s=a));if(i){r.splice(l--,1);var f=n();void 0!==f&&(e=f)}}return e}a=a||0;for(var l=r.length;l>0&&r[l-1][2]>a;l--)r[l]=r[l-1];r[l]=[o,n,a]},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r={121:0};t.O.j=e=>0===r[e];var e=(e,o)=>{var n,a,[s,i,p]=o,f=0;if(s.some((e=>0!==r[e]))){for(n in i)t.o(i,n)&&(t.m[n]=i[n]);if(p)var l=p(t)}for(e&&e(o);f<s.length;f++)a=s[f],t.o(r,a)&&r[a]&&r[a][0](),r[a]=0;return t.O(l)},o=self.webpackChunkspa=self.webpackChunkspa||[];o.forEach(e.bind(null,0)),o.push=e.bind(null,o.push.bind(o))})()})();