Change button position
This commit is contained in:
parent
5a43e6735c
commit
d3f91f2b9a
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@
|
||||||
<title>Parser Juniper</title>
|
<title>Parser Juniper</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form>
|
<form style="display: flex;">
|
||||||
<textarea id="input" name="inputConf" cols="90" rows="50"></textarea>
|
<textarea id="input" name="inputConf" cols="90" rows="50"></textarea>
|
||||||
<textarea id="output" name="outputConf" cols="90" rows="50" disabled></textarea>
|
|
||||||
<input type="button" onClick="letsParse()" value="Parse !">
|
<input type="button" onClick="letsParse()" value="Parse !">
|
||||||
|
<textarea id="output" name="outputConf" cols="90" rows="50" disabled></textarea>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<h2>Informations</h2>
|
<h2>Informations</h2>
|
||||||
|
|
Loading…
Reference in a new issue