-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (24 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel ="shortcut icon" type="image/x-icon" href="src/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="PlantASRG is an open space for information on plant abiotic stress resistance genes. It contains stress type for drought resistance, salinity resistance...">
<link rel="stylesheet" href="/js/animate.css" />
<link rel="stylesheet" href="/js/index.css" />
<script src="/js/vue.global.prod.js"></script>
<script src="/js/element-plus.js"></script>
<script src="/js/vue-demi.js"></script>
<script src="/js/pinia.iife.prod.js"></script>
<script src="/js/vue-router.global.js"></script>
<script src="/js/echarts.js"></script>
<script src="/js/gsap.js"></script>
<script src="/js/d3.v4.js" charset="utf-8" defer></script>
<title>PlantASRG (Plant Abiotic Stress Resistance Gene Database)</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>