Cleanup and refactoring. Splitting of functions and files into classes
[EroTweet.git] / queue-form.php
blob827b8bd90a1b3b5c8f6942fd4957ba83a1f0f610
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <base href="http://verniy.xyz/twitter/" />
5 <title>Submit to @VerniyEro</title>
6 </head>
7 <body>
8 <h1>Submit to <a href="https://twitter.com/VerniyEro/">@VerniyEro</a></h1>
9 <?php
10 require("class/queue-database-construction.php");
11 $construction = (new QueueDatabaseConstruction());
12 $construction->buildQueueForm();
14 <hr />
15 <p id="errorMsg">Input a comment and/or file</p>
16 <input id="submit" type="submit" /></form>
17 </body>
18 <script src="form-script.js?1"></script>
19 </html>