-Annie-

01.ByTheCake

Jan 28th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.41 KB | None | 0 0
  1. namespace HTML_CSS_HTTP
  2. {
  3.     using System;
  4.     public class ByTheCake
  5.     {
  6.         static void Main()
  7.         {
  8.             Console.WriteLine("Content-Type: text/html\r\n");
  9.             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>");
  10.         }
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment