Skip to content

Commit

Permalink
Add basic index.html for repository site.
Browse files Browse the repository at this point in the history
Make it extra bad so someone will want to fix it ;)
  • Loading branch information
nullterminated committed Dec 7, 2024
1 parent a382cc2 commit f7a8562
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wolips/wolips.p2/src/main/resources/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body {
background-color: honeydew;
color: saddlebrown;
}
Binary file not shown.
17 changes: 17 additions & 0 deletions wolips/wolips.p2/src/main/resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>How to install WOLips5</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/site.css"/>
<link rel="icon" type="image/x-icon" href="img/favicon.ico"/>
</head>
<body>
<h1>WOLips5 installation instructions</h1>
<ul>
<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>
<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>
<li>🐣 Enjoy WOLips5!</li>
</ul>
</body>
</html>

0 comments on commit f7a8562

Please sign in to comment.