2022-11-18 21:25:40 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2022-11-26 16:30:30 +01:00
|
|
|
{{template|header.[theme].html}}
|
2022-11-18 21:25:40 +01:00
|
|
|
</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>
|
|
|
|
|
2022-11-26 16:30:30 +01:00
|
|
|
{{template|theme_switch.[theme].html}}
|
2022-11-18 21:25:40 +01:00
|
|
|
|
2022-11-26 16:30:30 +01:00
|
|
|
<div id="mainpnl">
|
2022-11-21 22:52:44 +01:00
|
|
|
|
2022-11-26 16:30:30 +01:00
|
|
|
<a tabindex="-1" href="https://play.google.com/store/apps/details?id=com.blackforestbytes.simplecloudnotifier" class="button bordered edge-btn" id="tl_link1"><span class="icn-google-play"></span></a>
|
|
|
|
<a tabindex="-1" href="#" class="button bordered edge-btn" id="tl_link2"><span class="icn-app-store"></span></a>
|
|
|
|
|
|
|
|
<a tabindex="-1" href="/" class="button bordered edge-btn" id="tr_link">Send</a>
|
2022-11-21 22:52:44 +01:00
|
|
|
|
|
|
|
<a tabindex="-1" href="/" class="linkcaption"><h1>Simple Cloud Notifier</h1></a>
|
|
|
|
|
2022-11-18 21:25:40 +01:00
|
|
|
<div class="fullcenterflex">
|
|
|
|
|
2022-11-21 22:52:44 +01:00
|
|
|
<a id="succ_link" class="display_none card success" href="/">
|
2022-11-20 03:06:08 +01:00
|
|
|
<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>
|
2022-11-18 21:25:40 +01:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2022-11-20 03:06:08 +01:00
|
|
|
<script src="/js/message_sent.js" type="text/javascript" ></script>
|
|
|
|
|
2022-11-18 21:25:40 +01:00
|
|
|
</body>
|
|
|
|
</html>
|