Adds code

This commit is contained in:
Janus Knudsen 2025-01-03 16:21:03 +00:00 committed by Janus C. H. Knudsen
commit 269bf50c78
33 changed files with 1489 additions and 0 deletions

View file

@ -0,0 +1,22 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -0,0 +1,10 @@
(() => {
// App.ts
var App = class {
constructor() {
alert("fobbo");
}
};
new App();
})();
//# sourceMappingURL=app.js.map

View file

@ -0,0 +1,7 @@
{
"version": 3,
"sources": ["../../TypeScript/App.ts"],
"sourcesContent": ["\uFEFF\r\nexport default class App {\r\n\r\n constructor() {\r\n alert('fobbo');\r\n }\r\n}\r\nnew App();"],
"mappings": ";;AACA,MAAqB,MAArB,MAAyB;AAAA,IAErB,cAAc;AACV,YAAM,OAAO;AAAA,IACjB;AAAA,EACJ;AACA,MAAI,IAAI;",
"names": []
}