Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bullet-ant committed Sep 15, 2024
1 parent 240ab20 commit efdb17d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app",
"private": true,
"version": "0.0.1",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
11 changes: 5 additions & 6 deletions app/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<script>
import "./app.css";
let src =
"https://i.pinimg.com/736x/df/cf/3f/dfcf3f48ab61f0ed8857676a441859dc--doge-meme-doge-dog.jpg";
</script>

<main>
<img
src="https://i.pinimg.com/736x/df/cf/3f/dfcf3f48ab61f0ed8857676a441859dc--doge-meme-doge-dog.jpg"
alt="Doge"
srcset=""
/>
<h1>v1</h1>
<img {src} alt="a meme" />
<h1>v1.0.0</h1>
</main>

<style>
Expand Down

0 comments on commit efdb17d

Please sign in to comment.