apply tls on urls

This commit is contained in:
vv01f 2023-01-14 21:37:56 +01:00
parent 49835865e9
commit b8681fb98d
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<meta name="robots" content="index"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://gitea.c3d2.de/xbtdd/graphics/raw/branch/main/round.svg"/>
<meta property="og:URL" content="http://bitcoin-dresden.de/"/>
<meta property="og:URL" content="https://bitcoin-dresden.de/"/>
<meta property="og:description" content="Erfahrungsaustausch zu Bitcoin in Dresden"/>
<link rel="stylesheet" href="btc-styles.css">
<style>
@ -183,7 +183,7 @@ time.rrule { font-weight: bold; }
<h3 id="kontakt">Kontakt</h3>
<p>Meldet euch bei Interesse an einem Treffen in der Stadt gerne hier. Vergesst nicht eine E-Mail oder einen anderen brauchbaren Kontakt anzugeben wenn ihr eine Antwort wünscht.</p>
<form method="post" action="msg.php">
<form method="post" action="http://btc.bplaced.net/msg.php">
<fieldset><legend>Nachricht</legend>
<label for="from">Absender</label><input type="text" name="from" id="from" value="" minlength="1" maxlength="50" required placeholder="Name <user@maildomain.tld>" style="width: 80%;" /><br />
<label for="subject">Betreff</label><input type="text" name="subject" id="subject" value="" minlength="0" maxlength="255" placeholder="Betreff" style="width: 80%;"/><br />

View File

@ -1,7 +1,7 @@
// You need to include rrule.js library to use this function
// used v2.7.1 in January 2023, see https://github.com/jakubroztocil/rrule/releases/latest for updates
//~ import * as RRule from 'https://jakubroztocil.github.io/rrule/dist/es5/rrule.js';
import * as RRule from 'http://btc.bplaced.net/script/rrule.min.js';
import * as RRule from 'https://btc.bplaced.net/script/rrule.min.js';
document.addEventListener("DOMContentLoaded", function(event) {