Update
This commit is contained in:
parent
5ba8bcabdb
commit
49243858d7
44 changed files with 39055 additions and 190 deletions
40
frontend/templates/before.html
Normal file
40
frontend/templates/before.html
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<script src="./res/jquery.min.js"></script>
|
||||
<title>DeletedBot</title>
|
||||
<link rel="stylesheet" href="./res/uikit/css/uikit.min.css" />
|
||||
<script src="./res/uikit/js/uikit.min.js"></script>
|
||||
<script src="./res/uikit/js/uikit-icons.min.js"></script>
|
||||
<link rel="stylesheet" href="./res/cobalt.css" />
|
||||
<link rel="stylesheet" href="./res/custom.css" />
|
||||
<link rel="shortcut icon" type="image/svg" href="./res/robot.svg"/>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="author" content="DeletedBot" />
|
||||
<meta name="description" content="DeletedBot is a free online tool that helps you set a basic status page explaining your users why your Telegram bot is suspended or in manteniance." />
|
||||
<meta name="keywords" content="telegram, bot, robot, suspended, deleted, free, online, offline" />
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
</head>
|
||||
|
||||
<body id="write">
|
||||
|
||||
<div id="normalc">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="nav-img">
|
||||
<a href="./"><img src="./res/robot.svg" alt="site logo"></a>
|
||||
</td>
|
||||
<td class="nav">
|
||||
<a href="./"><h1>DeletedBot</h1></a>
|
||||
<p id="links"><a href="{{.repoURL}}" target="_blank" rel="noopener noreferrer">Source</a> - <a href="{{.privacyURL}}">Privacy</a> - <a href="{{.termsURL}}">Terms</a> - <a href="{{.demoBotURL}}" target="_blank" rel="noopener noreferrer">Demo</a></p>
|
||||
<hr>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="space"></div>
|
Loading…
Add table
Add a link
Reference in a new issue