diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2026-04-03 12:57:39 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2026-04-03 12:57:39 -0300 |
| commit | 089112f883540c4434e9e8e96de50a75f2b15f7e (patch) | |
| tree | 9b53e70dffe3b524a42f103914002d0474f3c14c /re.html | |
| parent | 1cc484a05cf9c7da8c859f3f52ea5a85009c4509 (diff) | |
| download | lpeg-master.tar.gz lpeg-master.tar.bz2 lpeg-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | re.html | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4,7 +4,7 @@ | |||
| 4 | <head> | 4 | <head> |
| 5 | <title>LPeg.re - Regex syntax for LPEG</title> | 5 | <title>LPeg.re - Regex syntax for LPEG</title> |
| 6 | <link rel="stylesheet" | 6 | <link rel="stylesheet" |
| 7 | href="//www.inf.puc-rio.br/~roberto/lpeg/doc.css" | 7 | href="https://www.inf.puc-rio.br/~roberto/lpeg/doc.css" |
| 8 | type="text/css"/> | 8 | type="text/css"/> |
| 9 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | 9 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
| 10 | </head> | 10 | </head> |
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | <div id="product"> | 16 | <div id="product"> |
| 17 | <div id="product_logo"> | 17 | <div id="product_logo"> |
| 18 | <a href="//www.inf.puc-rio.br/~roberto/lpeg/"> | 18 | <a href="https://www.inf.puc-rio.br/~roberto/lpeg/"> |
| 19 | <img alt="LPeg logo" src="lpeg-128.gif"/> | 19 | <img alt="LPeg logo" src="lpeg-128.gif"/> |
| 20 | </a> | 20 | </a> |
| 21 | </div> | 21 | </div> |
