15 lines
429 B
HTML
15 lines
429 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Thank you for installing ASP.NET 5!</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="content">
|
|
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
|
|
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|