mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-22 06:00:23 +00:00
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Home</title>
|
|
</head>
|
|
<body>
|
|
<h3>Hello from ASP.NET Core MVC!</h3>
|
|
|
|
<br /><br />
|
|
<input type="button" value="Call Notification" onclick="location.href='@Url.Action("SayHello", "Home")'" />
|
|
</body>
|
|
</html>
|