From dc8a47b8d770d71c3e094ad8ee771a94581638b2 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 18 Nov 2021 17:53:16 +0100 Subject: [PATCH] refresh layout --- REMAN/REMAN/Pages/_Layout.cshtml | 4 +++- REMAN/REMAN/libman.json | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 REMAN/REMAN/libman.json diff --git a/REMAN/REMAN/Pages/_Layout.cshtml b/REMAN/REMAN/Pages/_Layout.cshtml index 5ea46ad..52d3d1f 100644 --- a/REMAN/REMAN/Pages/_Layout.cshtml +++ b/REMAN/REMAN/Pages/_Layout.cshtml @@ -8,8 +8,10 @@ - + @**@ + + diff --git a/REMAN/REMAN/libman.json b/REMAN/REMAN/libman.json new file mode 100644 index 0000000..639ded0 --- /dev/null +++ b/REMAN/REMAN/libman.json @@ -0,0 +1,14 @@ +{ + "version": "1.0", + "defaultProvider": "cdnjs", + "libraries": [ + { + "library": "font-awesome@5.15.4", + "destination": "wwwroot/lib/font-awesome/" + }, + { + "library": "bootstrap@4.6.1", + "destination": "wwwroot/lib/bootstrap/" + } + ] +} \ No newline at end of file