fix bad site references
parent
65b250b782
commit
d674d78301
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
background-image: url("https://tilde.town/~desvox/bg.png");
|
||||
background-image: url("/~desvox/bg.png");
|
||||
background-color: #000;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
<body>
|
||||
<center>
|
||||
<br><br>
|
||||
<img src="/title.png" />
|
||||
<img src="/~desvox/bbj/title.png" />
|
||||
<br>
|
||||
<span class="headlinks">
|
||||
A Bulletin Board for Small Communities
|
||||
<br>
|
||||
[<a href="https://github.com/desvox/bbj">GitHub</a>
|
||||
&
|
||||
<a href="/api/index.html">API Documentation</a>]
|
||||
<a href="/~desvox/bbj/api/index.html">API Documentation</a>]
|
||||
</span>
|
||||
<div class="plate">
|
||||
<h2>
|
||||
|
@ -29,7 +29,7 @@
|
|||
attributes like a more traditional forum. Registration is optional and there
|
||||
are only minimal restrictions on anonymous participation.
|
||||
</p>
|
||||
<img class="screenshot" src="/screenshot.png">
|
||||
<img class="screenshot" src="/~desvox/bbj/screenshot.png">
|
||||
<p>
|
||||
Being a command-line-oriented text board, BBJ has no avatars or file sharing
|
||||
capabilties, so its easier to administrate and can't be used to distribute illegal
|
||||
|
|
Loading…
Reference in New Issue