This service allows you to create a shortcut to a web page as a HTML-file.

You can open HTML-shortcut everywhere: by any browser and under any operating system.

If you are using HTML-shortcuts, you will not have problems with the import of bookmarks when you use another browser, or if you will change operating system.

HTML-shortcuts are easy to manage

HTML-shortcut are regular files, it's easy:

To add the button "Create HTML-Shortcut", you should add a bookmark with the address:

    javascript:document.location.href
    = 'http://vaskovsky.net/html-shortcut/create/?url='
    + document.location.href + '&title='
    + (document.getElementsByTagName('title').length > 0
    ? encodeURI(document.getElementsByTagName('title')[0]
    .innerHTML):'');

To add the button "Create HTML-Shortcut" to your site, you should create on your page link or button, which will open the URL address:

    http://vaskovsky.net/html-shortcut/create/?url=http://URL/of/your/page&title=Shortcut_Name

For example,

Create HTML-shortcut to this page