Created
December 17, 2018 11:35
-
-
Save akmalhazim/1901204c95690be5085b9d2dc11f182c to your computer and use it in GitHub Desktop.
This file contains 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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="csrf-token" content="yfOWJ9eOsAI66gRejicp127aw3If9ebVElmSskeM"> | |
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>KoryoApps</title> | |
<!-- Dashboard Core --> | |
<link href="http://koryo.test/tabler/assets/css/dashboard.css" rel="stylesheet" /> | |
<!-- Google Maps Plugin --> | |
<link href="http://koryo.test/tabler/assets/plugins/maps-google/plugin.css" rel="stylesheet" /> | |
<!-- c3.js Charts Plugin --> | |
<link href="http://koryo.test/tabler/assets/plugins/charts-c3/plugin.css" rel="stylesheet" /> | |
<link href="http://koryo.test/css/notie.min.css" rel="stylesheet" /> | |
</head> | |
<body> | |
<div id="app"> | |
<login-form></login-form> | |
</div> | |
<script src="/js/app.js"></script> | |
<script src="http://koryo.test/tabler/assets/js/require.min.js"></script> | |
<script> | |
requirejs.config({ | |
baseUrl: 'http://koryo.test/tabler' | |
}); | |
</script> | |
<!-- Dashboard Core --> | |
<script src="http://koryo.test/tabler/assets/js/dashboard.js"></script> | |
<!-- Google Maps Plugin --> | |
<script src="http://koryo.test/tabler/assets/plugins/maps-google/plugin.js"></script> | |
<!-- c3.js Charts Plugin --> | |
<script src="http://koryo.test/tabler/assets/plugins/charts-c3/plugin.js"></script> | |
<!-- Input Mask Plugin --> | |
<script src="http://koryo.test/tabler/assets/plugins/input-mask/plugin.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment