Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Nov 22, 2024
1 parent 0735033 commit 5d834c1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
Binary file added .github/pics/js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/pics/wasm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions composeApp/src/jsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MobileDevEmoji</title>
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg">
<title>JS Template</title>
<script type="application/javascript" src="skiko.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion composeApp/src/wasmJsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kmp-template</title>
<title>WASM Template</title>
<link type="text/css" rel="stylesheet" href="styles.css">
<script type="application/javascript" src="composeApp.js"></script>
</head>
Expand Down
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,18 @@ This is a Kotlin Multiplatform project targeting Android, iOS, Web, Desktop.
**JVM Desktop (macOS)**
<div align="left">
<img src=".github/pics/jvm.png" alt="JVM Image" width="66%">
</div>

<br/>

**JavaScript (Chrome Desktop)**
<div align="left">
<img src=".github/pics/js.png" alt="JS Image" width="66%">
</div>

<br/>

**WASM (Chrome Desktop)**
<div align="left">
<img src=".github/pics/wasm.png" alt="WASM Image" width="66%">
</div>

0 comments on commit 5d834c1

Please sign in to comment.