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>
|
||||
</head>
|
||||
<body>
|
||||
<form>
|
||||
<form style="display: flex;">
|
||||
<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 !">
|
||||
<textarea id="output" name="outputConf" cols="90" rows="50" disabled></textarea>
|
||||
</form>
|
||||
|
||||
<h2>Informations</h2>
|
||||
|
|
Loading…
Reference in a new issue