Skip to content

Instantly share code, notes, and snippets.

@noahzarro
noahzarro / index.html
Created March 21, 2024 10:30
ELV Statuten
<!doctype html>
<html>
<head>
<title>EVL</title>
<meta name="description" content="Unsere Statuten">
<meta name="keywords" content="eth evl template">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/showdown@1.9.1/dist/showdown.min.js"
integrity="sha256-jl1+DOsSs9uABTKppOJ2GF8kXoc3XQzBtFFyS0i9Xoo=" crossorigin="anonymous"></script>

#Datenschutzerklärung

Die App Lanos mit Hüten sammelt keine Daten über Nutzer, sondern dient lediglich dazu Informationen über das Lanos mit Hüten Ferstival zur Verfügung zu stellen.

@noahzarro
noahzarro / cordova-plugin-guide.md
Last active January 21, 2020 09:35 — forked from bsorrentino/cordova-plugin-guide.md
Cordova Plugin Developer Guide

Cordova Plugin Development Guide for Android

Cordova Plugins are the magic that enable our mobile web app content to access the full power of Native SDKs underneath, but through clean JavaScript APIs that work the same across all platforms we target.

This simple guide, walks through the what, when, why, and how of Cordova plugin development for Android.

Introduction

Before start, understand their