-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 950 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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test API</title>
</head>
<body>
<h1>Test API</h1>
<h2>Snip</h2>
<form method="post" action="https://www.overleaf.com/docs">
<p><textarea name="snip" rows="8" cols="64"></textarea></p>
<p><input type="text" name="snip_name" size="40" /></p>
<p><input type="submit" value="Send" /></p>
</form>
<h2>Snip[]</h2>
<form method="post" action="https://www.overleaf.com/docs">
<p><textarea name="snip[]" rows="8" cols="64"></textarea></p>
<p><input type="text" name="snip_name[]" size="40" /></p>
<p><textarea name="snip[]" rows="8" cols="64"></textarea></p>
<p><input type="text" name="snip_name[]" size="40" /></p>
<p><input type="submit" value="Send" /></p>
</form>
</body>
</html>