We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ff4d6 commit eae3604Copy full SHA for eae3604
TheTouristDemo/Views/Home/Index.cshtml
@@ -4,11 +4,6 @@
4
5
<div class="text-center">
6
<h1 class="display-4">Welcome</h1>
7
- <p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
+ <p>Learn about <a href="https://learn.microsoft.com/aspnet/core">This is Sarada's website</a>.</p>
8
+ <button class="btn btn-success" onclick="window.location.href='https://example.com';">Visit Example</button>
9
</div>
-
10
-<div class="text-center">
11
- <h1 class="display-4">Welcome</h1>
12
- <p>Learn about <a href="https://learn.microsoft.com/aspnet/core">This is sarada's website'</a>.</p>
13
-</div>
14
0 commit comments