Skip to content

Instantly share code, notes, and snippets.

@khannotations
Created July 12, 2016 11:42
Show Gist options
  • Save khannotations/fbdee2d34bdb208dd103766bfd4ffd39 to your computer and use it in GitHub Desktop.
Save khannotations/fbdee2d34bdb208dd103766bfd4ffd39 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Happy stuff</title>
</head>
<!-- camelCase -->
<!-- this_is_snake_case -->
<!-- this-is-kebeb-case -->
<!-- THIS_IS_SCREAMING_SNAKE_CASE -->
<body ng-app="myApp">
<div ng-view></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.7/angular.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.7/angular-route.js"></script>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment