mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2026-01-31 07:30:24 +01:00
A bit faster
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
</script>-->
|
||||
<!--<iframe src="header.html" class="headerIframe"></iframe>-->
|
||||
<h1>Hello World!</h1>
|
||||
<a href="">Session screen</a>
|
||||
<button onclick='ipcRenderer.sendSync("synchronous-message", "PAGE:change.session");'>Session screen</button>
|
||||
We are using node
|
||||
<script>
|
||||
document.write(process.versions.node);
|
||||
|
||||
6
ui_templates/sessions.html
Normal file
6
ui_templates/sessions.html
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
<h1>Sessions</h1>
|
||||
yes.
|
||||
<button onclick='ipcRenderer.sendSync("synchronous-message", "PAGE:change.index");'>Go back</button>
|
||||
</body>
|
||||
</html>
|
||||
@@ -376,7 +376,7 @@
|
||||
</script>-->
|
||||
<!--<iframe src="header.html" class="headerIframe"></iframe>-->
|
||||
<h1>Hello World!</h1>
|
||||
<a href="">Session screen</a>
|
||||
<button onclick='ipcRenderer.sendSync("synchronous-message", "PAGE:change.session");'>Session screen</button>
|
||||
We are using node
|
||||
<script>
|
||||
document.write(process.versions.node);
|
||||
|
||||
Reference in New Issue
Block a user