View sourcecode

The following files exists in this folder. Click to view.

input.php

19 lines ASCII Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Input</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css">

  </head>
  <body>
  <section class="section">
    <div class="container">
      <h1 class="title">
        
      </h1>
    </div>
  </section>
  </body>
</html>