Skip to content

Commit ee6a337

Browse files
authored
Create index.html
1 parent feab5b9 commit ee6a337

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)