Skip to content

Commit

Permalink
Merge pull request #34 from SyncfusionExamples/850458-GettingStarted
Browse files Browse the repository at this point in the history
Update the NuGet packages , script and style resources in GitHub sample.
  • Loading branch information
rajendranr-5483 authored Nov 3, 2023
2 parents 2921d46 + c7233b9 commit 73d59bd
Show file tree
Hide file tree
Showing 284 changed files with 3,085 additions and 1,131 deletions.
41 changes: 34 additions & 7 deletions Accordion/ASP.NET MVC Razor Examples/Accordion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@
<HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Syncfusion.EJ2, Version=20.1500.0.47, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.20.1.0.47\lib\net45\Syncfusion.EJ2.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=20.1460.0.47, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.20.1.0.47\lib\net46\Syncfusion.Licensing.dll</HintPath>
<Reference Include="Syncfusion.EJ2, Version=23.1.40.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.23.1.40\lib\net45\Syncfusion.EJ2.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=23.1460.40.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.23.1.40\lib\net46\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -108,9 +111,6 @@
<Private>True</Private>
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="WebGrease">
<Private>True</Private>
<HintPath>packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
Expand All @@ -132,9 +132,27 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\ej2\bootstrap-dark.css" />
<Content Include="Content\ej2\bootstrap.css" />
<Content Include="Content\ej2\bootstrap4.css" />
<Content Include="Content\ej2\bootstrap5-dark.css" />
<Content Include="Content\ej2\bootstrap5.css" />
<Content Include="Content\ej2\fabric-dark.css" />
<Content Include="Content\ej2\fabric.css" />
<Content Include="Content\ej2\fluent-dark.css" />
<Content Include="Content\ej2\fluent.css" />
<Content Include="Content\ej2\highcontrast.css" />
<Content Include="Content\ej2\material-dark.css" />
<Content Include="Content\ej2\material.css" />
<Content Include="Content\ej2\material3-dark.css" />
<Content Include="Content\ej2\material3.css" />
<Content Include="Content\ej2\tailwind-dark.css" />
<Content Include="Content\ej2\tailwind.css" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Content\Site.css" />
<Content Include="Scripts\ej2\ej2-pdfviewer-lib\pdfium.js" />
<Content Include="Scripts\ej2\ej2.min.js" />
<Content Include="Web.config" />
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
Expand All @@ -156,11 +174,20 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.min.css.map" />
<Content Include="Content\ej2\compatibility\material.scss" />
<Content Include="Content\ej2\compatibility\highcontrast.scss" />
<Content Include="Content\ej2\compatibility\fabric.scss" />
<Content Include="Content\ej2\compatibility\bootstrap4.scss" />
<Content Include="Content\ej2\compatibility\bootstrap.scss" />
<None Include="packages.config" />
<Content Include="Scripts\ej2\ej2-pdfviewer-lib\pdfium.wasm" />
</ItemGroup>
<ItemGroup>
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="Scripts\ej2\ej2.d.ts" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down
8 changes: 4 additions & 4 deletions Accordion/ASP.NET MVC Razor Examples/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@<div class="e-accordion-container">
<div>
<div>
<div> Chart </div>
<div> ASP.NET MVC Chart </div>
</div>
<div>
<div>
Expand All @@ -31,7 +31,7 @@
</div>
<div>
<div>
<div> Grid </div>
<div>ASP.NET MVC Grid </div>
</div>
<div>
<div>
Expand All @@ -55,11 +55,11 @@
</div>
<div>
<div>
<div> Calendar </div>
<div>ASP.NET MVC Calendar </div>
</div>
<div>
<div>
@Html.EJS().Calendar("calnder").Render()
@Html.EJS().Calendar("calendar").Render()
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
@Styles.Render("~/Content/css")
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.47/material.css" />
<script src="https://cdn.syncfusion.com/ej2/20.1.47/dist/ej2.min.js"></script>
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/23.1.36/material.css" />
<script src="https://cdn.syncfusion.com/ej2/23.1.36/dist/ej2.min.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
Expand Down
4 changes: 2 additions & 2 deletions Accordion/ASP.NET MVC Razor Examples/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
Expand All @@ -46,7 +46,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-20.1460.0.47" newVersion="20.1460.0.47" />
<bindingRedirect oldVersion="0.0.0.0-23.1460.40.0" newVersion="23.1460.40.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
8 changes: 4 additions & 4 deletions Accordion/ASP.NET MVC Razor Examples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.11" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
<package id="Modernizr" version="2.8.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
<package id="Syncfusion.EJ2.JavaScript" version="20.1.0.47" targetFramework="net472" />
<package id="Syncfusion.EJ2.MVC5" version="20.1.0.47" targetFramework="net472" />
<package id="Syncfusion.Licensing" version="20.1.0.47" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
<package id="Syncfusion.EJ2.JavaScript" version="23.1.40" targetFramework="net472" />
<package id="Syncfusion.EJ2.MVC5" version="23.1.40" targetFramework="net472" />
<package id="Syncfusion.Licensing" version="23.1.40" targetFramework="net472" />
<package id="WebGrease" version="1.6.0" targetFramework="net472" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@
<HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Syncfusion.EJ2, Version=20.1500.0.47, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.20.1.0.47\lib\net45\Syncfusion.EJ2.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=20.1460.0.47, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.20.1.0.47\lib\net46\Syncfusion.Licensing.dll</HintPath>
<Reference Include="Syncfusion.EJ2, Version=23.1.40.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.23.1.40\lib\net45\Syncfusion.EJ2.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=23.1460.40.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.23.1.40\lib\net46\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -108,9 +111,6 @@
<Private>True</Private>
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="WebGrease">
<Private>True</Private>
<HintPath>packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
Expand All @@ -132,9 +132,27 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\ej2\bootstrap-dark.css" />
<Content Include="Content\ej2\bootstrap.css" />
<Content Include="Content\ej2\bootstrap4.css" />
<Content Include="Content\ej2\bootstrap5-dark.css" />
<Content Include="Content\ej2\bootstrap5.css" />
<Content Include="Content\ej2\fabric-dark.css" />
<Content Include="Content\ej2\fabric.css" />
<Content Include="Content\ej2\fluent-dark.css" />
<Content Include="Content\ej2\fluent.css" />
<Content Include="Content\ej2\highcontrast.css" />
<Content Include="Content\ej2\material-dark.css" />
<Content Include="Content\ej2\material.css" />
<Content Include="Content\ej2\material3-dark.css" />
<Content Include="Content\ej2\material3.css" />
<Content Include="Content\ej2\tailwind-dark.css" />
<Content Include="Content\ej2\tailwind.css" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Content\Site.css" />
<Content Include="Scripts\ej2\ej2-pdfviewer-lib\pdfium.js" />
<Content Include="Scripts\ej2\ej2.min.js" />
<Content Include="Web.config" />
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
Expand All @@ -156,11 +174,20 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.min.css.map" />
<Content Include="Content\ej2\compatibility\material.scss" />
<Content Include="Content\ej2\compatibility\highcontrast.scss" />
<Content Include="Content\ej2\compatibility\fabric.scss" />
<Content Include="Content\ej2\compatibility\bootstrap4.scss" />
<Content Include="Content\ej2\compatibility\bootstrap.scss" />
<None Include="packages.config" />
<Content Include="Scripts\ej2\ej2-pdfviewer-lib\pdfium.wasm" />
</ItemGroup>
<ItemGroup>
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="Scripts\ej2\ej2.d.ts" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
@Styles.Render("~/Content/css")
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.47/fluent.css" />
<script src="https://cdn.syncfusion.com/ej2/20.1.47/dist/ej2.min.js"></script>
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/23.1.36/fluent.css" />
<script src="https://cdn.syncfusion.com/ej2/23.1.36/dist/ej2.min.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
Expand Down
4 changes: 2 additions & 2 deletions AccumulationChart/ASP.NET MVC Razor Examples/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
Expand All @@ -46,7 +46,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-20.1460.0.47" newVersion="20.1460.0.47" />
<bindingRedirect oldVersion="0.0.0.0-23.1460.40.0" newVersion="23.1460.40.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
8 changes: 4 additions & 4 deletions AccumulationChart/ASP.NET MVC Razor Examples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.11" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
<package id="Modernizr" version="2.8.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
<package id="Syncfusion.EJ2.JavaScript" version="20.1.0.47" targetFramework="net472" />
<package id="Syncfusion.EJ2.MVC5" version="20.1.0.47" targetFramework="net472" />
<package id="Syncfusion.Licensing" version="20.1.0.47" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
<package id="Syncfusion.EJ2.JavaScript" version="23.1.40" targetFramework="net472" />
<package id="Syncfusion.EJ2.MVC5" version="23.1.40" targetFramework="net472" />
<package id="Syncfusion.Licensing" version="23.1.40" targetFramework="net472" />
<package id="WebGrease" version="1.6.0" targetFramework="net472" />
</packages>
41 changes: 34 additions & 7 deletions AutoComplete/ASP.NET MVC Razor Examples/AutoCompleteSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@
<HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Syncfusion.EJ2, Version=20.1500.0.47, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.20.1.0.47\lib\net45\Syncfusion.EJ2.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=20.1460.0.47, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.20.1.0.47\lib\net46\Syncfusion.Licensing.dll</HintPath>
<Reference Include="Syncfusion.EJ2, Version=23.1.40.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.23.1.40\lib\net45\Syncfusion.EJ2.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=23.1460.40.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.23.1.40\lib\net46\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -108,9 +111,6 @@
<Private>True</Private>
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="WebGrease">
<Private>True</Private>
<HintPath>packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
Expand All @@ -132,9 +132,27 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\ej2\bootstrap-dark.css" />
<Content Include="Content\ej2\bootstrap.css" />
<Content Include="Content\ej2\bootstrap4.css" />
<Content Include="Content\ej2\bootstrap5-dark.css" />
<Content Include="Content\ej2\bootstrap5.css" />
<Content Include="Content\ej2\fabric-dark.css" />
<Content Include="Content\ej2\fabric.css" />
<Content Include="Content\ej2\fluent-dark.css" />
<Content Include="Content\ej2\fluent.css" />
<Content Include="Content\ej2\highcontrast.css" />
<Content Include="Content\ej2\material-dark.css" />
<Content Include="Content\ej2\material.css" />
<Content Include="Content\ej2\material3-dark.css" />
<Content Include="Content\ej2\material3.css" />
<Content Include="Content\ej2\tailwind-dark.css" />
<Content Include="Content\ej2\tailwind.css" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Content\Site.css" />
<Content Include="Scripts\ej2\ej2-pdfviewer-lib\pdfium.js" />
<Content Include="Scripts\ej2\ej2.min.js" />
<Content Include="Web.config" />
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
Expand All @@ -156,11 +174,20 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.min.css.map" />
<Content Include="Content\ej2\compatibility\material.scss" />
<Content Include="Content\ej2\compatibility\highcontrast.scss" />
<Content Include="Content\ej2\compatibility\fabric.scss" />
<Content Include="Content\ej2\compatibility\bootstrap4.scss" />
<Content Include="Content\ej2\compatibility\bootstrap.scss" />
<None Include="packages.config" />
<Content Include="Scripts\ej2\ej2-pdfviewer-lib\pdfium.wasm" />
</ItemGroup>
<ItemGroup>
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="Scripts\ej2\ej2.d.ts" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
@Styles.Render("~/Content/css")
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.47/fluent.css" />
<script src="https://cdn.syncfusion.com/ej2/20.1.47/dist/ej2.min.js"></script>
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/23.1.36/fluent.css" />
<script src="https://cdn.syncfusion.com/ej2/23.1.36/dist/ej2.min.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
Expand Down
Loading

0 comments on commit 73d59bd

Please sign in to comment.