Created
September 29, 2016 09:54
-
-
Save DotCoyote/b423f1e3f5a19d0c3d97681c6ee57a5a to your computer and use it in GitHub Desktop.
Atomic BEM Starting Point
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html class="no-js" lang="de"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Atomic BEM</title> | |
<meta name="description" content=""> | |
<meta name="keywords" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="css/style.css"> | |
</head> | |
<body> | |
<!-- Overall Wrapper--> | |
<div class="overall"> | |
<h1>Welcome!</h1> | |
</div> | |
<!-- Overall Wrapper--> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment