forked from wayne357580/micala_SIIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 2.42 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
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="./public/scripts/external/autoComplete/autoComplete.css">
<link rel="stylesheet" href="./public/css/style.css">
<link rel="stylesheet" href="./public/css/reportContent/style_content.css">
<link rel="stylesheet" href="./public/scripts/external/autoComplete/autoComplete.css">
<title>Micala</title>
</head>
<body>
<div id="app" class="container h-100">
<div class="row align-items-center h-50">
<div class="col text-center align-self-center">
<a :href="location.hostname.includes('github.io')?'/micala_SIIM':'/'"><img class='img-fluid' src="./public/images/logo.png"></a>
<div class="input mt-5">
<div class="input-group" id="search_bar">
<button class="btn px-4" @click="search_resource()">
<i class="bi bi-search align-items-center"></i>
</button>
<div class="form-control searchBar">
<input type="text" placeholder="Search" v-model="search_text" v-on:keyup.enter="search_resource()">
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.lazyload/1.9.1/jquery.lazyload.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="./public/scripts/config.js"></script>
<script src="./public/scripts/ESreportContent/index.js"></script>
</html>