Adds code
This commit is contained in:
commit
269bf50c78
33 changed files with 1489 additions and 0 deletions
22
Application/wwwroot/css/site.css
Normal file
22
Application/wwwroot/css/site.css
Normal 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;
|
||||
}
|
||||
BIN
Application/wwwroot/favicon.ico
Normal file
BIN
Application/wwwroot/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
10
Application/wwwroot/js/app.js
Normal file
10
Application/wwwroot/js/app.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
(() => {
|
||||
// App.ts
|
||||
var App = class {
|
||||
constructor() {
|
||||
alert("fobbo");
|
||||
}
|
||||
};
|
||||
new App();
|
||||
})();
|
||||
//# sourceMappingURL=app.js.map
|
||||
7
Application/wwwroot/js/app.js.map
Normal file
7
Application/wwwroot/js/app.js.map
Normal 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": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue