Last active
June 14, 2022 14:49
-
-
Save ilhamgusti/c9d77839351cc8de01499300b12c2185 to your computer and use it in GitHub Desktop.
html shortener uhuy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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