mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
added 1 one feature
This commit is contained in:
parent
9988da9174
commit
7c8338f1db
3 changed files with 22 additions and 0 deletions
22
features and boilerplate/index.html
Normal file
22
features and boilerplate/index.html
Normal file
|
@ -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>
|
0
features and boilerplate/script.js
Normal file
0
features and boilerplate/script.js
Normal file
0
features and boilerplate/style.css
Normal file
0
features and boilerplate/style.css
Normal file
Loading…
Reference in a new issue