mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
21 lines
532 B
HTML
21 lines
532 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Actix web</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Hi, your link is <a href="{{ root }}/{{ uuid }}/events.ics"">{{ root }}/{{ uuid }}/events.ics</a>!</h1>
|
|
it takes the data from
|
|
<p>
|
|
<form action=" edit_process">
|
|
<input name="uuid" type="hidden" value="{{ uuid }}">
|
|
<input name="link" type="text" value="{{ link }}">
|
|
<input value="Replace" name="replace" type="submit">
|
|
</form>
|
|
</p>
|
|
</body>
|
|
|
|
</html> |