Skip to content

Instantly share code, notes, and snippets.

@machal
Last active July 22, 2020 05:02
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 machal/05ed82cafb7644ff35c207dfbbcf5c8f to your computer and use it in GitHub Desktop.
Save machal/05ed82cafb7644ff35c207dfbbcf5c8f to your computer and use it in GitHub Desktop.
Browsersync demo
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>
Browsersync demo
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<main id="main" role="main" class="content">
<h1>
Hello, I'm Browsersync demo!<br>
</h1>
</main><!-- /.content -->
</div><!-- /.container -->
</body>
</html>
body {
background: lightgrey;
font-family: sans-serif;
margin: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment