From 6ed09e6f137b6390433933ec879adc77baa586dc Mon Sep 17 00:00:00 2001 From: Nick Rirush Date: Thu, 7 Feb 2019 12:51:59 +0800 Subject: [PATCH] Add Bootstrap, jQuery, and Popper --- Pages/_Layout.cshtml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Pages/_Layout.cshtml b/Pages/_Layout.cshtml index 103a8d6..ae7c714 100644 --- a/Pages/_Layout.cshtml +++ b/Pages/_Layout.cshtml @@ -1,7 +1,15 @@ + + @ViewData["Title"] - QuickCHAT + + + + - @RenderBody() +
+ @RenderBody() +
\ No newline at end of file