2021-10-18 21:48:02 +01:00
|
|
|
@page
|
|
|
|
@model IndexModel
|
|
|
|
@{
|
|
|
|
ViewData["Title"] = "Home page";
|
|
|
|
}
|
|
|
|
|
|
|
|
<div class="text-center">
|
|
|
|
<h1 class="display-4">Welcome</h1>
|
2021-12-19 22:50:03 +00:00
|
|
|
|
|
|
|
<p>Selector is a tool for monitoring Spotify usage.</p>
|
|
|
|
|
|
|
|
<a href="/now" class="dash-underline-lg link-dark" style="">Now Playing</a>
|
2021-11-09 20:58:02 +00:00
|
|
|
</div>
|