Skip to content

Instantly share code, notes, and snippets.

@Bionik6
Created March 19, 2013 23:05
Show Gist options
  • Select an option

  • Save Bionik6/5200966 to your computer and use it in GitHub Desktop.

Select an option

Save Bionik6/5200966 to your computer and use it in GitHub Desktop.
posted from brackets
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="http://use.edgefonts.net/open-sans:n7,i7,n8,i8,i4,n3,i3,n4,n6,i6:all.js"></script>
<title>Test Brackets</title>
<link rel="stylesheet" href="test.css">
</head>
<body>
<p class="welcome">Hello World!!!</p>
<div class="box"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment