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 feab5b9 commit ee6a337Copy full SHA for ee6a337
index.html
@@ -0,0 +1,14 @@
1
+<html>
2
+<head>
3
+<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
4
+</head>
5
+<body>
6
+<div class="w3-sidebar w3-bar-block" style="width:25%">
7
+ <a class="w3-bar-item w3-button" href="index.html">Home</a>
8
+ <a class="w3-bar-item w3-button" href="releases.html">Releases</a>
9
+ <a class="w3-bar-item w3-button" href="https://github.com/phpvirtualbox/phpvirtualbox/wiki">Wiki</a>
10
+ <a class="w3-bar-item w3-button" href="https://github.com/phpvirtualbox/phpvirtualbox/issues">Issues</a>
11
+ <a class="w3-bar-item w3-button" href="about.html">About</a>
12
+</div>
13
+</body>
14
+</html>
0 commit comments