Skip to content

Instantly share code, notes, and snippets.

@tonyhb
Created June 1, 2014 16:36
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 tonyhb/53f3bf72d59bf62fca1c to your computer and use it in GitHub Desktop.
Save tonyhb/53f3bf72d59bf62fca1c to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bitcoin Payroll</title>
<script src="/assets/js/libs/modernizr.js"></script>
<link rel="stylesheet" href="/assets/css/bootstrap.css" />
<link rel="stylesheet" href="/assets/css/flat-ui.css" />
<link rel="stylesheet" href="/assets/css/app.css" />
</head>
<body>
<header id='header'></header>
<section id='body' class='container'></section>
<script>
config = {
user: {"id":1,"company_id":1,"email":"tony@codelitt.com","created_at":"2014-06-01T04:53:40.566Z","updated_at":"2014-06-01T14:54:48.284Z","employee_id":null,"phone":"3478795004","first_name":"Tony","last_name":"HB","country":null,"state":null,"currency":null,"wage":5000,"bitcoin_wage":2500,"vacation_days":null},
payslips: []
};
config.is_company_admin = true;
</script>
<script data-main="/assets/js/config" src="/assets/js/libs/require.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment