File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,6 @@ const App = {
4343 </div>
4444
4545 <div class="mb-4 flex flex-col items-center">
46- <div>
47- <div class="mb-16 max-w-prose mx-auto">
48- <nav class="isolate flex divide-x divide-gray-200 rounded-lg shadow" aria-label="Tabs">
49- <a href="/start-netfx#projects" class="text-gray-900 rounded-l-lg group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-center text-sm font-medium hover:bg-gray-50 focus:z-10" aria-current="page">
50- <span class="whitespace-nowrap">.NET Framework</span>
51- <span aria-hidden="true" class="bg-indigo-500 absolute inset-x-0 bottom-0 h-0.5"></span>
52- </a>
53- <a href="/start-corefx#projects" class="text-gray-500 hover:text-gray-700 rounded-r-lg group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-center text-sm font-medium hover:bg-gray-50 focus:z-10">
54- <span class="whitespace-nowrap pr-4">ASP.NET Core on FX</span>
55- <span aria-hidden="true" class="bg-transparent absolute inset-x-0 bottom-0 h-0.5"></span>
56- </a>
57- </nav>
58- </div>
59- </div>
60-
6146 <h2 class="my-8 tracking-tight font-semibold text-xl text-slate-600">Empty Project Templates</h2>
6247 <div class="flex flex-wrap justify-center gap-x-2">
6348 <div>
You can’t perform that action at this time.
0 commit comments