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