<!-- You will need to use the <code> tag to include codes from other programing languages. --!>
<!-- Here is a basic html template with a basic c# template in it. --!>
<!DOCTYPE html>
<html>
<head>
<title>Title/page name</title>
</head>
<body>
<code>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp114
{
class Program
{
static void Main(string[] args)
{
}
}
}
</code>
</body>
</html>