Subir archivos a "/"
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Mi App</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>¡Hola desde Electron!</h1>
|
||||||
|
<p>Versión actual: <span id="version"></span></p>
|
||||||
|
<script>
|
||||||
|
document.getElementById('version').innerText = require('electron').remote.app.getVersion();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user