Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Add Anonynote PWA #480

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/apps/anonynote.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,23 @@ <h2 class="app__title">
}
</style>
</a>

<a class="list__item app js-app"
href="https://anonynote.org"
data-app="anonynote"
data-tags="tool">
<div class="app__wrapper">
<h2 class="app__title">
Anonynote
</h2>
</div>
<style>
[data-app='anonynote'] {
color: #0099cc;
background: currentColor url(apps/anonynote.svg) 50% 50% / 50% auto no-repeat;
}
</style>
</a>

<a class="list__item app js-app"
href="https://app.babe.co.id/"
Expand Down