13 lines
273 B
HTML
13 lines
273 B
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title styles="color:white">Welcome to the DotNet installer.</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
This will install the .NET CLI (dotnet) for developing .NET applications.
|
|
</p>
|
|
</body>
|
|
</html>
|