aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: 7970295d4a8e2c7042b33f0666e4d9b26f936355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!doctype html>
<html>
  <head>
    <title><%= htmlWebpackPlugin.options.title %></title>
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no"
    />
    <meta
      name="description"
      content="An off-the-cuff courtroom drama simulator"
    />
    <meta name="author" content="stonedDiscord" />

    <meta property="og:title" content="Attorney Online" />
    <meta
      property="og:description"
      content="Attorney Online is an online version of the world-renowned courtroom drama simulator that allows you to create and play out cases in an off-the-cuff format."
    />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="http://web.aceattorneyonline.com/" />
    <meta
      property="og:image"
      content="https://repository-images.githubusercontent.com/78860508/89fcba80-aafd-11e9-80db-c5b10c01aba9"
    />

    <meta property="twitter:card" content="summary_large_image" />
    <meta property="twitter:title" content="Attorney Online" />
    <meta
      property="twitter:description"
      content="Attorney Online is an online version of the world-renowned courtroom drama simulator that allows you to create and play out cases in an off-the-cuff format."
    />
    <meta property="twitter:url" content="http://web.aceattorneyonline.com/" />
    <meta
      property="twitter:image"
      content="https://repository-images.githubusercontent.com/78860508/89fcba80-aafd-11e9-80db-c5b10c01aba9"
    />

    <meta
      http-equiv="Content-Security-Policy"
      content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com data:; frame-src http://servers.aceattorneyonline.com https://servers.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' http://servers.aceattorneyonline.com https://servers.aceattorneyonline.com ws:;"
    />
    <meta
      http-equiv="X-Content-Security-Policy"
      content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com data:; frame-src http://servers.aceattorneyonline.com https://servers.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' http://servers.aceattorneyonline.com https://servers.aceattorneyonline.com ws:;"
    />
    <meta
      http-equiv="X-WebKit-CSP"
      content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com data:; frame-src http://servers.aceattorneyonline.com https://servers.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' http://servers.aceattorneyonline.com https://servers.aceattorneyonline.com ws:;"
    />

    <!-- Mobile Specifc Meta -->
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, maximum-scale=1"
    />

    <link rel="preconnect" href="https://fonts.gstatic.com" />
    <link
      href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed%7CPoiret+One&display=swap"
      rel="stylesheet"
    />

    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
    <link rel="apple-touch-icon" href="logo-new.png" />
    <link rel="stylesheet" type="text/css" href="styles/master.css" />
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
    <link rel="icon" href="favicon.ico" />

  </head>

  <body>
    <nav
      class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top"
    >
      <div class="container">
        <div class="collapse navbar-collapse" id="navbarResponsive">
          <ul class="navbar-nav ml-auto">
            <li class="nav-item">
              <a
                class="nav-link"
                href="https://aceattorneyonline.com/index.html"
                >HOME
              </a>
            </li>
            <li class="nav-item">
              <a
                class="nav-link"
                href="https://aceattorneyonline.com/download.html"
                >DOWNLOAD
              </a>
            </li>
            <li class="nav-item">
              <a
                class="nav-link"
                href="https://aceattorneyonline.com/support.html"
                >SUPPORT & FAQ
              </a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="https://discord.gg/wWvQ3pw">DISCORD </a>
            </li>
          </ul>
        </div>
      </div>
    </nav>
    <form id="serverlist_container" class="monocle-enriched">
      <h2>Server List</h2>
      <div id="ms_error" class="error" style="display: none">
        <p>Could not connect to the master server.</p>
        <p>Showing saved list.</p>
      </div>
      <noscript>
        <div id="js_error" class="error">
          <p>webAO requires JavaScript to work</p>
        </div>
      </noscript>
      <ul class="serverlist">
        <details name="servers">
          <summary>
            <p>Singleplayer</p>
            <a class="button" href="client.html?mode=replay">Join</a>
          </summary>
          <p>Try out things</p>
        </details>
      </ul>
      <ul class="serverlist" id="masterlist"></ul>
      <div id="info_container">
        <p id="serverinfo">Masterserver version - ...</p>
        <p id="clientinfo">Client version - ...</p>

        <iframe
          id="masterchat"
          src="https://servers.aceattorneyonline.com/motd"
          frameborder="0"
        ></iframe>

        <p>
          Having trouble?
          <a href="https://discord.gg/9rYQVVQ">Join us on Discord</a>
        </p>
        <p>
          <a href="https://servers.aceattorneyonline.com/privacy">
            Privacy Policy</a>
        </p>
      </div>
    </form>
  </body>
</html>