Skip to content

Commit

Permalink
added inline Tailwind styles for demo
Browse files Browse the repository at this point in the history
Signed-off-by: StoneyDSP <nathanjhood@googlemail.com>
  • Loading branch information
nathanjhood committed Oct 18, 2024
1 parent 3877361 commit 12e6080
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@
<link rel="icon" href="%PUBLIC_URL%favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using https://github.com/nathanjhood/ts-web-components" />
<meta
name="description"
content="Web site created using https://github.com/nathanjhood/ts-web-components"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%static/png/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%manifest.json" />
<meta name="referrer" content="no-referrer" />
<title>Web Components</title>
</head>
<body>
<noscript>
This application doesn't work without Javascript enabled.
Please enable it to continue.
This application doesn't work without Javascript enabled. Please enable it
to continue.
</noscript>
<div id="root" class="container"></div>
<script type="module" src="%PUBLIC_URL%static/js/index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const App = (): HTMLElement => {
alt="logo"
/>
<p>
Edit <code>src/App.ts</code> and save to reload.
Edit <code class="bg-neutral-500 rounded">src/App.ts</code> and save to reload.
</p>
<a
class="App-link"
Expand Down

0 comments on commit 12e6080

Please sign in to comment.