Skip to main content

Command Palette

Search for a command to run...

Simple HTML Boiler Plate

Published
1 min read
Simple HTML Boiler Plate

An HTML boilerplate when you are not on Vscode. This comes in handy whenever I am coding on my Ipad during vacation or a long car ride.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="">
    <title>Document</title>
</head>
<body>

    <script src=""></script>
</body>
</html>
R
ramu k4y ago

yep! can you easily create it just put ! symbol enter the tab button got this boilerplate here before add on your extension html

1
A

I love that feature so much!

1

More from this blog

HarpCode

8 posts

An educator learning how to be a front-end developer/full-stack developer. I do live streams every Monday going over frontend mentor challenges or readMes! https://www.twitch.tv/hobojohn6