about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/5/2.html
diff options
context:
space:
mode:
Diffstat (limited to 'usth/ICT3.2/prac/5/2.html')
-rw-r--r--usth/ICT3.2/prac/5/2.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/5/2.html b/usth/ICT3.2/prac/5/2.html
new file mode 100644
index 0000000..f022605
--- /dev/null
+++ b/usth/ICT3.2/prac/5/2.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<meta charset=utf-8>
+<script src=2.js></script>
+<style>button, h1, h2, p { text-transform: capitalize }</style>
+
+<body>
+<div id=user><button onclick="get_collection('user')">List users</button></div>
+<div id=post><button onclick="get_collection('post')">List posts</button></div>
+</body>
+</html>