lexipython/lexipython/resources/redirect.html

9 lines
197 B
HTML

<html>
<head>
<title>{lexicon}</title>
<meta http-equiv="refresh" content="0; url=contents/{sort}" />
</head>
<body>
<p>Redirecting to <a href="contents/{sort}">{lexicon}</a>...</p>
</body>
</html>