Skip to content

Instantly share code, notes, and snippets.

@dolmen
Created November 27, 2023 22:07
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 dolmen/90469c9ad20a8ceeeab7d0559847fdc8 to your computer and use it in GitHub Desktop.
Save dolmen/90469c9ad20a8ceeeab7d0559847fdc8 to your computer and use it in GitHub Desktop.
How to create an URL shortcut on the Gnome desktop

How to create an URL shortcut on the Gnome desktop (Ubuntu)

Create a .html file with the following content:

<html>
<head>
<meta http-equiv="refresh" content="0; url=https://github.com/" />
</head>
<body>
</body>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://github.com/" />
</head>
<body>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment