forked from mustardamus/ketchup-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
32 lines (29 loc) · 1.32 KB
/
support.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Ketchup Plugin</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/reset.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
</head>
<body>
<ul id="toc">
<li><a href="index.html#what">What is the Ketchup Plugin about?</a></li>
<li><a href="index.html#basic">Ketchup right out of the box. Basic validations.</a></li>
<li><a href="yourway.html">Have it your way. Error-Container styling and behaviour.</a></li>
<li><a href="validation.html">You need to validate in a different way? Make your own Ketchup!</a></li>
<li><a href="support.html">Download, Support and Bug reports.</a></li>
</ul>
<div id="wrapper">
<h1 id="support">Download, Support and Bug reports.</h1>
<h2>Download</h2>
<p>
Get the latest Version on the <a href="http://github.com/mustardamus/ketchup-plugin/downloads">GitHub Download Page</a>.
</p>
<h2>Support and Bug report</h2>
<p>
If you got any problems with the Plugin or found a Bug please report it on the <a href="http://github.com/mustardamus/ketchup-plugin/issues">GitHub Issues Page</a>.
</p>
</div>
</body>
</html>