Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
michealparks committed Dec 2, 2022
2 parents 9185dda + 13f0a1b commit 2078202
Show file tree
Hide file tree
Showing 11 changed files with 596 additions and 333 deletions.
8 changes: 2 additions & 6 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
padding: 3rem;
display: flex;
flex-direction: column;
overflow: hidden;
}

h1 {
Expand Down Expand Up @@ -43,14 +44,9 @@
</head>

<body>
<h1>G<span>aleri</span><small id="version"></small></h1>
<h1>G<span>aleri</span><small id="version">__VERSION__</small></h1>
<p>A perpetual artwork streaming app.</p>
<p>Made with ❤️ by Micheal Parks.</p>
<p>Artworks provided by Wikipedia.</p>

<script type="module">
import { version } from './package.json'
document.querySelector('#version').textContent = version
</script>
</body>
</html>
Loading

0 comments on commit 2078202

Please sign in to comment.