Skip to content

Commit

Permalink
Development
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 7, 2024
1 parent d2986c4 commit 27406fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,3 @@ updates:
github-actions:
patterns:
- '*'
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: monthly
groups:
devcontainers:
patterns:
- '*'
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
continue-on-error: true
with:
name: wasm
path: _site
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ script.js: sr9.wasm
sr9.wasm:
emcc src/sr9.c
touch sr9.wasm
touch sr9.js
4 changes: 3 additions & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
</head>
<body>
<h1>SWEREF 99 TM nuvarande</h1>
<div id="sweref-n"></div>
<div id="sweref-e"></div>
<button id="pos-btn">📡</button>
<button id="share-btn">Dela</button>
<nav><a href="/om.html">Om appen</a></nav>
<nav><a href="/om.html">Hjälpsida</a></nav>
</body>
</html>
2 changes: 1 addition & 1 deletion _site/om.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="sv-SE">
<head>
<title>Om sweref99.nu</title>
<title>Hjälp sweref99.nu</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
</head>
<body>
Expand Down

0 comments on commit 27406fb

Please sign in to comment.