We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60db56a commit a29e00dCopy full SHA for a29e00d
index.html
@@ -5,7 +5,8 @@
5
<body>
6
<div class="w3-sidebar w3-bar-block w3-collapse w3-card" style="width:200px;" id="mySidebar">
7
<button class="w3-bar-item w3-button w3-hide-large"
8
- onclick="w3_close()">Close ×</button> <a class="w3-bar-item w3-button" href="index.html">Home</a>
+ onclick="w3_close()">Close ×</button>
9
+ <a class="w3-bar-item w3-button" href="index.html">Home</a>
10
<a class="w3-bar-item w3-button" href="https://github.com/phpvirtualbox/phpvirtualbox/releases">Releases</a>
11
<a class="w3-bar-item w3-button" href="https://github.com/phpvirtualbox/phpvirtualbox/wiki">Wiki</a>
12
<a class="w3-bar-item w3-button" href="https://github.com/phpvirtualbox/phpvirtualbox/issues">Issues</a>
0 commit comments