Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ Installation
-------------------

Include [the javascript](https://raw.github.com/HubSpot/offline/v0.7.14/offline.min.js), one of [the themes](http://github.hubspot.com/offline/docs/welcome/), and one of [the
languages](https://github.com/HubSpot/offline/tree/master/themes) on your site. You're done!
languages](https://github.com/HubSpot/offline/tree/master/themes) on your site:
```<link rel="stylesheet" type="text/css" href="offline-language-x.css">
<link rel="stylesheet" type="text/css" href="offline-theme-x.css">
<script src="offline.min.js"></script>```
You're done!

To use only the JavaScript API without a UI indicator, simply leave out the CSS file.

Expand Down