22 lines
552 B
PHP
22 lines
552 B
PHP
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Pendopo</title>
|
|
|
|
<!-- Fonts -->
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
|
|
|
|
<!-- Style -->
|
|
<link href="{{ asset('css/main.css') }}" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="pendopo" class="container">
|
|
</div>
|
|
|
|
<script src="{{ asset('js/app.js') }}"></script>
|
|
</body>
|
|
</html>
|