<!-- | |
Copyright 2022 The Go Authors. All rights reserved. | |
Use of this source code is governed by a BSD-style | |
license that can be found in the LICENSE file. | |
--> | |
<!doctype HTML> | |
<html lang="en"> | |
<p>Delete a snippet</p> | |
<form method="POST"> | |
<label for="snippet">Snippet URL</label> | |
<input type="text" name="snippet" id="snippet" placeholder="https://go.dev/play/p/XXXXX" required> | |
<input type="submit" name="submit" value="Remove"> | |
</form> | |
</html> |