From 00c3b32e2db200a2f42396ac7f8381704ec97268 Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Fri, 10 Feb 2023 16:19:46 +0100 Subject: Initial Commit --- CoreWiki/wwwroot/js/site.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CoreWiki/wwwroot/js/site.js (limited to 'CoreWiki/wwwroot/js/site.js') diff --git a/CoreWiki/wwwroot/js/site.js b/CoreWiki/wwwroot/js/site.js new file mode 100644 index 0000000..ac49c18 --- /dev/null +++ b/CoreWiki/wwwroot/js/site.js @@ -0,0 +1,4 @@ +// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification +// for details on configuring this project to bundle and minify static web assets. + +// Write your JavaScript code. -- cgit v1.2.3