Remove /typst endpoint

This commit is contained in:
Joscha 2025-03-01 22:23:30 +01:00
parent 5f2dcf81d3
commit fbab0b9441
5 changed files with 2 additions and 65 deletions

View file

@ -10,7 +10,6 @@
<ul>
<li><a href="image">Upload an image</a></li>
<li><a href="photo">Take a photo</a></li>
<li><a href="typst">Print typst</a></li>
<li><a href="egg">Osterei</a></li>
</ul>
</body>

View file

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TP: Typst</title>
</head>
<body>
<h1>Print typst code</h1>
<form method="post">
<textarea name="source" rows="24" cols="100">
Hi from Typst!
$
sum_(i=1)^n i = integral_(i=0)^n i + n/2
$</textarea
>
<br />
<button>Print!</button>
</form>
</body>
</html>