-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (45 loc) · 1.74 KB
/
about.html
File metadata and controls
48 lines (45 loc) · 1.74 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WLZBPQD838"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WLZBPQD838');
</script>
<title>OpenExcelExport - About</title>
</head>
<body>
<script src="topbar.js "></script>
<script src="header.js "></script>
<div class="container my-5">
<div class="col-md-12">
<h2>About</h2>
<p>This application is a console application developed in C# which uses the library OpenExcelSdk.</p>
<p>The library OpenExcelSdk can be found here: <a href="https://www.nuget.org/packages/OpenExcelSdk">nuget OpenExcelSdk</a>.</p>
<p>Source code is available on Github and can be found here: <a href="https://github.com/Pierlam/OpenExcelSdk">github OpenExcelSdk</a> </p>
</div>
<div class="col-md-12">
<h2>Contact us</h2>
<p>Have a comment? A question to ask? A request? send an email to: <a href="mailto:pierlam-project@outlook.com">pierlam-project@outlook.com</a></p>
</div>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<script src="footer.js "></script>
</body>
</html>