mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
Restructure the code to be more readable and better organized
Moreover, the overall navigation structure is finished but database handling is still missing Also there still needs to be proper styling for all the html files and proper organization
This commit is contained in:
@@ -7,14 +7,15 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hi, your link is {{ proxy_link }}!</h1>
|
||||
it takes the data from redirects to
|
||||
<h1>Hi, your link is <a href="/{{ uuid }}/events.ics"">/{{ uuid }}/events.ics</a>!</h1>
|
||||
it takes the data from
|
||||
<p>
|
||||
<form>
|
||||
<input type="text" value="{{ link }}">
|
||||
<input value="Replace" name="replace" type="submit">
|
||||
</form>
|
||||
</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>
|
||||
Reference in New Issue
Block a user