Skip to content

Instantly share code, notes, and snippets.

@martinkunc
Created October 16, 2021 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinkunc/d25bc34099192396be9e510d1bd5734a to your computer and use it in GitHub Desktop.
Save martinkunc/d25bc34099192396be9e510d1bd5734a to your computer and use it in GitHub Desktop.
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>
<script src="/js/scripts/Pages/Index.js" asp-append-version="true"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment