Add title to first stage of login
This commit is contained in:
parent
c8434e034f
commit
682ede62b1
1 changed files with 7 additions and 3 deletions
|
|
@ -1,8 +1,12 @@
|
|||
<template>
|
||||
<div id="websocket_entry">
|
||||
<h2>
|
||||
Enter a websocket URL:
|
||||
</h2>
|
||||
<h1>
|
||||
Secret Hitler Online
|
||||
</h1>
|
||||
<h3>Very Secret, Much Hitler, Wow Online!</h3>
|
||||
<p>
|
||||
Please enter a websocket URL:
|
||||
</p>
|
||||
<input
|
||||
type="text"
|
||||
name="Websocket URL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue