SMK_Kelulusan/resources/views/main.blade.php
Gregorio Chiko Putra 4bb4e7c56b Updated views and api
2019-05-10 15:41:21 +07:00

22 lines
586 B
PHP

<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ config('app.name', 'Laravel') }}</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
</div>
<script src="js/app.js"></script>
</body>
</html>