Skip to content

Commit f7a8562

Browse files
Add basic index.html for repository site.
Make it extra bad so someone will want to fix it ;)
1 parent a382cc2 commit f7a8562

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
body {
2+
background-color: honeydew;
3+
color: saddlebrown;
4+
}
15 KB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>How to install WOLips5</title>
5+
<meta charset="UTF-8">
6+
<link rel="stylesheet" type="text/css" href="css/site.css"/>
7+
<link rel="icon" type="image/x-icon" href="img/favicon.ico"/>
8+
</head>
9+
<body>
10+
<h1>WOLips5 installation instructions</h1>
11+
<ul>
12+
<li>✨ Add the WOLips update URL to the Available Software Sites list (either through Eclipse &gt; Preferences &gt; Install/Update &gt; Available Software Sites or Help &gt; Install New Software... &gt; Add)</li>
13+
<li>🎀 Use the WOLips update URL to install the plugin <a href="https://wocommunity.github.io/wolips/repository/">https://wocommunity.github.io/wolips/repository/</a></li>
14+
<li>🐣 Enjoy WOLips5!</li>
15+
</ul>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)