Skip to content

Instantly share code, notes, and snippets.

@ilhamgusti
Last active June 14, 2022 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilhamgusti/c9d77839351cc8de01499300b12c2185 to your computer and use it in GitHub Desktop.
Save ilhamgusti/c9d77839351cc8de01499300b12c2185 to your computer and use it in GitHub Desktop.
html shortener uhuy
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Workers - Link Shortener</title>
</head>
<body>
<h1>Workers Link Shortener</h1>
<h2>Create a Link</h2>
<pre>$ curl https://s.ilham.workers.dev/?new=https://ilhamgusti.id</pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment