-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 973 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home</title>
<style>
body {
margin: 0 80px;
padding: 0 20px;
background: #ffffff;
font-size: 1.5em;
/*transition: background 500ms ease;*/
font-family: Helvetica, sans-serif;
color: #424545;
}
p {
margin: 0 !important;
}
/* h1 {
font-size: 4em;
}
h2 {
font-size: 3em;
}
h3 {
font-size: 2em;
} */
</style>
</head>
<body>
<a data-label="Logo" href="/#/">
<img class="logoMain" data-test="app-header-logo" height="100px" alt="MySite" src="../views/home/logo9.png">
</a>
<br><br>
<!-- <h4 style="text-align: center;">Create client agreement pdf...</h4> -->
<a data-label="client1" href="/clientId1">Generate pdf for: clientId1</a>
</body>
</html>