<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Simple Cloud Notifications</title> <link rel="stylesheet" href="/css/mini-default.min.css"> <!-- https://minicss.org/docs --> <!--<link rel="stylesheet" href="/css/mini-nord.min.css">--> <!--<link rel="stylesheet" href="/css/mini-dark.min.css">--> <link rel="stylesheet" href="/css/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/png" href="/favicon.png"/> <link rel="icon" type="image/png" href="/favicon.ico"/> </head> <body> <div id="copyinfo"> <a tabindex="-1" href="https://www.blackforestbytes.com">© blackforestbytes</a> <a tabindex="-1" href="https://www.mikescher.com">made by Mike Schwörer</a> </div> <div id="mainpnl"> <div class="fullcenterflex"> <a id="succ_link" class="display_none card success" href="/?preset_user_id=<?php echo isset($_GET['preset_user_id'])?$_GET['preset_user_id']:'ERR';?>&preset_user_key=<?php echo isset($_GET['preset_user_key'])?$_GET['preset_user_key']:'ERR';?>"> <div class="section"> <h3 class="doc">Message sent</h3> <p class="doc">Message succesfully sent<br> <span id="insQuota1">ERR</span>/<span id="insQuota2">ERR</span> remaining</p> </div> </a> <a id="err_link" class="card error" href="/"> <div class="section"> <h3 class="doc">Failure</h3> <p class="doc">Unknown error</p> </div> </a> </div> <a tabindex="-1" href="https://play.google.com/store/apps/details?id=com.blackforestbytes.simplecloudnotifier" class="button bordered" id="tl_link"><span class="icn-google-play"></span></a> <a tabindex="-1" href="/" class="button bordered" id="tr_link">Send</a> <a tabindex="-1" href="/" class="linkcaption"><h1>Simple Cloud Notifier</h1></a> </div> <script src="/js/message_sent.js" type="text/javascript" ></script> </body> </html>