Skip to content

Commit

Permalink
fix: reorganize front elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Net-Mist committed Jan 12, 2024
1 parent 981b53d commit af3c699
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@
</style>
</head>
<body>
<div id="upload-container" onclick="handleClick()">
<input type="file" id="file-input" accept=".json" onchange="handleFile()">
<p id="upload-text">Click or drag and drop a JSON file containing the plans of the Empire here</p>
</div>

<div id="result-container">
<h2>Result from Server:</h2>
<pre id="server-result"></pre>
<div>
<div id="upload-container" onclick="handleClick()">
<input type="file" id="file-input" accept=".json" onchange="handleFile()">
<p id="upload-text">Click or drag and drop a JSON file containing the plans of the Empire here</p>
</div>
<div id="result-container">
<h2>Result from Server:</h2>
<pre id="server-result"></pre>
</div>
</div>

<script>
Expand Down

0 comments on commit af3c699

Please sign in to comment.