Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions features and boilerplate/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<!-- THIS IS HTML5 BOILERPLATE -->
<!-- YOU DONT HAVE TO REMEMBER THIS BOILERPLATE JUST INSTALL HTML5 EXTENSION FROM EXTENSION PANEL IN VS CODE AND TYPE "HTML5" AND PRESS ENTER-->
<!-- DELETE UNNECESSARY COMMENTED DATA -->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HERE TILE IS WRITTEN</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- BELOW WE ATTACH CSS FILE -->

<link rel="stylesheet" href="style.css">
</head>
<body>
<p class="greeting">HI 😎 MAINTAINER THIS IS MY HTML5 BOILERPLATE</p>
<!-- BELOW WE ATTACH JAVASCRIPT FILE -->
<script src="script.js" async defer></script>
</body>
</html>
Empty file.
Empty file.