26ff8d9b4f
Set up repository with legacy .NET Framework 4.8 source (OLD/), new .NET 10 Blazor solution (NEW/), OpenSpec specifications, documentation, and project configuration.
14 lines
277 B
Plaintext
Executable File
14 lines
277 B
Plaintext
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Error</title>
|
|
</head>
|
|
<body>
|
|
<hgroup>
|
|
<h1>Error.</h1>
|
|
<h2>An error occurred while processing your request.</h2>
|
|
</hgroup>
|
|
</body>
|
|
</html>
|