Skip to content

Commit

Permalink
Merge pull request botoxparty#47 from ggorlen/main
Browse files Browse the repository at this point in the history
  • Loading branch information
botoxparty authored Aug 20, 2022
2 parents c4fcd3c + 074ae78 commit 5cea66a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ The easiest way to use XP.css is to import it from [unpkg](https://unpkg.com/).

```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>XP.css example</title>
<meta charset="UTF-8" />
// Windows XP Theme (include only one theme at a time)

<!-- Windows XP Theme (include only one theme at a time) -->
<link rel="stylesheet" href="https://unpkg.com/xp.css" />
// Windows 98 Theme (include only one theme at a time)

<!-- Windows 98 Theme (include only one theme at a time) -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/98.css" />
</head>

Expand Down

0 comments on commit 5cea66a

Please sign in to comment.