Ajout de la connexion entre Electron et backend
This commit is contained in:
@@ -13,5 +13,17 @@ Chromium <span id="chrome-version"></span>,
|
||||
et Electron <span id="electron-version"></span>.
|
||||
<div> IPC RENDER : <div id="info"></div></div>
|
||||
<script src="./renderer.js"></script>
|
||||
<table id="deviceList">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
DeviceName
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="deviceNameBody">
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user