summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html76
1 files changed, 76 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a9e21d1
--- /dev/null
+++ b/index.html
@@ -0,0 +1,76 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="favicon.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Markup Language of Saddness</title>
+</head>
+
+<body>
+ <header>
+ <button type="button"><a href="?a=2">Positions</a></button>
+ <button type="button"><a href="?a=1">Preview</a></button>
+ </header>
+ <table>
+ <thead>
+ <tr>
+ <th></th>
+ <th>Game name</th>
+ <th>Thumbnail</th>
+ <th>Author</th>
+ <th>Magazine</th>
+ <th></th>
+ </tr>
+ </thead>
+ <tbody>
+ <!-- <tr> -->
+ <!-- <form action="api/remove.php" method="post"> -->
+ <!-- <td><input type="submit" onclick="edit(event)" value="E" data-id="1"></td> -->
+ <!-- <td data-id="1">aaa</td> -->
+ <!-- <td data-id="1"><img -->
+ <!-- src="https://imgs.search.brave.com/KqHJJsmXK8iQNxtSGxWy2TljZv7KDdyCz9o6iGYoFRk/rs:fit:1200:1200:1/g:ce/aHR0cHM6Ly93d3cu/bGFrZXN1cGVyaW9y/LmNvbS9kb3dubG9h/ZHMvNzE1MC9kb3du/bG9hZC80MDFwYy5i/aG00LmpwZz9jYj1k/M2NiNTE1NzA5YjFl/M2IwMjc5YzBkMDZi/YWU4YzRiNCZ3PTEy/MDA" -->
+ <!-- width="200"></td> -->
+ <!-- <td data-id="1">aaa</td> -->
+ <!-- <td data-id="1">aaane</td> -->
+ <!-- <td><input type="submit" value="Remove" data-id="1"></td> -->
+ <!-- <input type="hidden" name="id" value="1" data-id="1" /> -->
+ <!-- </form> -->
+ <!-- </tr> -->
+ <tr>
+ <form action="api/remove.php" method="post">
+ <td><input type="submit" onclick="edit(event)" value="E" data-id="1"></td>
+ <td data-id="1">aaa</td>
+ <td data-id="1">aaaail</td>
+ <td data-id="1">aaa</td>
+ <td data-id="1">aaane</td>
+ <td><input type="submit" value="Remove" data-id="1"></td>
+ </form>
+ </tr>
+ <tr>
+ <form action="api/remove.php" method="post">
+ <td><input type="submit" onclick="edit(event)" value="E" data-id="2"></td>
+ <td data-id="2">aaa</td>
+ <td data-id="2">aaaail</td>
+ <td data-id="2">aaa</td>
+ <td data-id="2">aaane</td>
+ <td><input type="submit" value="Remove" data-id="2"></td>
+ </form>
+ </tr>
+ <!-- <tr> -->
+ <!-- <form action="api/add.php" method="post"> -->
+ <!-- <td></td> -->
+ <!-- <td><input type="text" name="name"></td> -->
+ <!-- <td><input type="text" name="thumbnail"></td> -->
+ <!-- <td><input type="text" name="author"></td> -->
+ <!-- <td><input type="text" name="magazine"></td> -->
+ <!-- <td><input type="submit" value="Add"></td> -->
+ <!-- </form> -->
+ <!-- </tr> -->
+ </tbody>
+ </table>
+ <script type="module" src="/src/main.ts"></script>
+</body>
+
+</html>