Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Move index.html to root
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Jan 11, 2018
1 parent 071e2d5 commit 013aebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ webpack --watch

Webpack will watch `/src/styles.css` and `/tailwind.js` and rebuild your stylesheet on every change.

You can play around with `/dist/index.html` to see the effects of your changes.
You can play around with `/index.html` to see the effects of your changes.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Tailwind Starter Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="/dist/styles.css">
</head>
<body>
<div class="min-h-screen flex items-center justify-center">
Expand Down

0 comments on commit 013aebf

Please sign in to comment.