From dc208478fd18a4e28c0083641bf405170859fc58 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Thu, 10 Mar 2022 23:21:38 -0500 Subject: Magnum Opus pt1 --- public/client.html | 613 +++++++++++++++++++++++++++++++++++++++++++++++++++++ public/index.html | 123 +++++++++++ 2 files changed, 736 insertions(+) create mode 100644 public/client.html create mode 100644 public/index.html (limited to 'public') diff --git a/public/client.html b/public/client.html new file mode 100644 index 0000000..dc924fb --- /dev/null +++ b/public/client.html @@ -0,0 +1,613 @@ + + + + + Attorney Online session + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Loading

+ +

Having trouble? Join us on Discord

+ +
+
+

Choose your character

+ +

+ +

+
+
+ + + + + + + + + + + + + + diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..2242081 --- /dev/null +++ b/public/index.html @@ -0,0 +1,123 @@ + + + <%= htmlWebpackPlugin.options.title %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Server List

+ + + + +
+

Masterserver version - ...

+

Client version - ...

+ +

Having trouble? Join us on Discord

+
+
+
+

+

+
+ + + \ No newline at end of file -- cgit