13 lines
311 B
HTML
13 lines
311 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 Toolchain (dotnet) and .NET Version Manager (DNVM) for developing .NET applications.
|
|
</p>
|
|
</body>
|
|
</html>
|