forked from Gituhin/Dynac-KGP-ERP
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
49 lines (45 loc) · 1.04 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
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<style>
html {
height: 85px;
width: 205px;
background-color: aliceblue;
}
.warning {
color: red;
font-weight: 600;
}
img {
inline-size: 35%;
}
table {
table-layout: fixed;
}
</style>
</head>
<body>
<div>
<table>
<tr>
<td rowspan="2" style="width: 80px"><button id="CV1">Build CV1</button></td>
<td align="center">
<a href="https://sites.google.com/view/dynac-kgp-erp/home" , target="new"
><img src="images\logo_white_bg.png"
/></a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://sites.google.com/view/dynac-kgp-erp/info-and-dev#h.syi5vtruhfwa" , target="new"
>Report/Feedback</a
>
</td>
</tr>
</table>
<div id="not_url_display" class="warning"></div>
</div>
<script src="scripts/tab_func.js"></script>
</body>
</html>