summaryrefslogtreecommitdiffstats
path: root/cwd/assets/altcraft/ui/main-menu.rml
blob: c5d405daa42c09cb5c2176b236bafc2df25a98f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<rml>
    <head>
        <link type="text/rcss" href="mc-styles" />
        <link type="text/rcss" href="main-menu-styles" />
        <title>MainMenu</title>
        <script src="/altcraft/scripts/ui"></script>
    </head>
    <body id="body-main-menu">
        <strong class="mc-title" id="title">AltCraft</strong>
        <p class="mc-p" id="disclaimer">AltCraft is currently not finished, but there is some buggy early testing going on.</p>
        <p class="mc-p" id="hostname-text">Enter the hostname of a server and your username to connect to it:</p>
        <input class="mc-text" id="hostname" value="127.0.0.1:25565"/>
        <input class="mc-text" id="username"/>
        <button class="mc-button" id="connect" onclick="ConnectToServer(document)">Connect</button>
        <button type="button" class="mc-button" id="options" onclick="OpenOptions(document)">Options...</button>
        <button class="mc-button" id="exit" onclick="AC.Exit()">Quit game</button>
    </body>
</rmL>