Revert "Created an index file for the comment section"

This commit is contained in:
Priyanshu-su30 2022-10-16 00:51:04 +05:30 committed by GitHub
parent 0ad3dad02f
commit 04e846a789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>HTML Tips and Tricks - Comments</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href="https://fonts.googleapis.com/css2?family=Chilanka&display=swap" rel="stylesheet">
<link rel='stylesheet' type='text/css' media='screen' href='../main.css'>
</head>
<body>
<div class="comm">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2>Comments</h2>
<span class="commentcolor" style="color:green">&lt;!-- This is a comment --&gt;</span>
<br>
<br>
<span class="tagnamecolor" style="color:brown"><span class="tagcolor" style="color:mediumblue">&lt;</span>p<span class="tagcolor" style="color:mediumblue">&gt;</span></span>
"This is a paragraph."
<span class="tagnamecolor" style="color:brown"><span class="tagcolor" style="color:mediumblue">&lt;</span>/p<span class="tagcolor" style="color:mediumblue">&gt;</span></span>
<span class="commetncolor" style="color:green">&lt;--Remember to add more information --&gt;</span>
</div>
</body>
</html>