21 lines
744 B
HTML
21 lines
744 B
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
|
|
</head>
|
|
<body>
|
|
<font face="Helvetica">
|
|
<h3>
|
|
.NET Core & command line toolchain
|
|
</h3>
|
|
<p>
|
|
.NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites.
|
|
</p>
|
|
<p>
|
|
This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need.
|
|
</p>
|
|
</font>
|
|
</body>
|
|
</html>
|