Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace HTML_CSS_HTTP
- {
- using System;
- public class ByTheCake
- {
- static void Main()
- {
- Console.WriteLine("Content-Type: text/html\r\n");
- Console.WriteLine("<!DOCTYPE html>\r\n<html>\r\n<head>\r\n\t<title>ByTheCake</title>\r\n</head>\r\n<body>\r\n\t<h1>By The Cake</h1>\r\n\t<h2>Enjoy our awesome cakes</h2>\r\n\t<hr>\r\n</body>\r\n</html>");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment