-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 1.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Font: Source Sans Pro -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
<title>Aplicação Base</title>
<!-- Font Awesome Icons -->
<!-- <link rel="stylesheet" href="/node_modules/admin-lte/plugins/fontawesome-free/css/all.min.css"> -->
<!-- Theme style -->
<!-- <link rel="stylesheet" href="/node_modules/admin-lte/dist/css/adminlte.min.css"> -->
<!-- <link rel="stylesheet" id="bootstrap-css" href="/src/assets/bootstrap/css/bootstrap.min.css" type="text/css" media="all"> -->
</head>
<body class="hold-transition sidebar-mini">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
<!-- <script type="application/javascript" src="/node_modules/jquery/dist/jquery.min.js"></script> -->
<!-- jQuery -->
<!-- <script src="/node_modules/admin-lte/plugins/jquery/jquery.min.js"></script> -->
<!-- Bootstrap 4 -->
<!-- <script src="node_modules/admin-lte/plugins/bootstrap/js/bootstrap.bundle.min.js"></script> -->
<!-- AdminLTE App -->
<!-- <script src="node_modules/admin-lte/dist/js/adminlte.min.js"></script> -->
</html>