simple HTML project type for Visual Studio 2010

Solution 1:

Create a folder on your drive for the website. Then create an Blank Solution project (Other Project Types -> Visual Studio Solutions). Finally, right click in your solution and choose "Add -> Existing website", select file system in the Add Existing Web Site dialog, and navigate to your web site folder.

Solution 2:

I made a simple template. to get it:
Visit Visual Studio Gallery page. Download the VSIX file and install it. next time when you create new project, you will see the HTMLProjectTemplate in Visual C# project type.

Another way to install the plugin:
Install directly from VS2010 > Tools > Extension Manager, search for HTMLWebsite in Online Gallery, install it. next time when you create new project, you will see the template under Visual C# project type.