Files
ics-proxy/templates/edit.html

20 lines
357 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Actix web</title>
</head>
<body>
<h1>Hi, your link is {{ proxy_link }}!</h1>
it takes the data from redirects to
<p>
<form>
<input type="text" value="{{ link }}">
<input value="Replace" name="replace" type="submit">
</form>
</p>
</body>
</html>