Skip to content

Instantly share code, notes, and snippets.

@yasinatesim
Last active July 17, 2021 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yasinatesim/489040a2973d6e15bb2ddee2933dc970 to your computer and use it in GitHub Desktop.
Save yasinatesim/489040a2973d6e15bb2ddee2933dc970 to your computer and use it in GitHub Desktop.
01-bir-html-preprocessors-u-pug-js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
</head>
<body>
<h1>test</h1>
</body>
</html>
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(http-equiv="X-UA-Compatible", content="ie=edge")
title Document
body
h1 test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment