Added page to print sk-hasil-belajar freely

This commit is contained in:
Gregorio Chiko Putra
2019-05-17 12:01:23 +07:00
parent b2f78ed656
commit 193a5d3b6c
11 changed files with 670 additions and 106 deletions

View File

@@ -10,12 +10,12 @@
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="{{ asset('css/main.css') }}">
</head>
<body>
<div class="container">
</div>
<script src="js/app.js"></script>
<script src="{{ asset('js/app.js') }}"></script>
</body>
</html>