-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
25 lines (23 loc) · 987 Bytes
/
contact.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
<html>
<head>
<link rel="stylesheet" href="css/style.css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="charset" content="UTF-8" />
<title>FasT&T - EPCIS Sandbox</title>
</head>
<body>
<menu>
<a href="index.html">Home</a>
<a href="v1_2.html">EPCIS 1.2</a>
<a href="v2_0.html">EPCIS 2.0</a>
<a href="sandbox.html">Sandbox</a>
<a href="contact.html">Contact</a>
</menu>
<h1>Contact</h1>
<section id="status">
<h2>Keep in touch!</h2>
<p>Do you use the repository and have a question or a remark? Or the repository fits exactly your needs and you just want to say "thank you"? You can drop an e-mail to <a href="mailto:fastnt@pm.me">fastnt@pm.me</a>.</p>
<p>For any bug or suggestion regarding the repository's functionalities, you can create an issue on the <a href="https://github.com/louisaxel-ambroise/epcis/issues">GitHub</a> repository.</p>
</section>
</body>
</html>