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>
|
<template>
|
||||||
<div id="websocket_entry">
|
<div id="websocket_entry">
|
||||||
<h2>
|
<h1>
|
||||||
Enter a websocket URL:
|
Secret Hitler Online
|
||||||
</h2>
|
</h1>
|
||||||
|
<h3>Very Secret, Much Hitler, Wow Online!</h3>
|
||||||
|
<p>
|
||||||
|
Please enter a websocket URL:
|
||||||
|
</p>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
name="Websocket URL"
|
name="Websocket URL"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue