Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace HTML_CSS_HTTP
- {
- using System;
- using System.IO;
- public class ByTheCakeAddMenu
- {
- static void Main()
- {
- Console.WriteLine("Content-Type: text/html\r\n");
- string htmlContent = File.ReadAllText("../www/cakes.html");
- Console.WriteLine(htmlContent);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment