More formatting
This commit is contained in:
parent
6a15de357d
commit
346fcb583b
|
@ -6,9 +6,9 @@
|
|||
#+OPTIONS: ^:nil toc:nil
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
|
||||
|
||||
#+BEGIN_CENTER
|
||||
#+attr_html: :width 50% :height 10% :align center
|
||||
[[file:images/logo.png]]
|
||||
#+END_CENTER
|
||||
|
||||
So you want to run your own internet services? Email, chat, VoIP, web sites, file synchronisation, wikis, blogs, social networks, media hosting, backups, VPN. Freedombone is a home server system which enables you to self-host all of these things.
|
||||
|
||||
You can run Freedombone on an old laptop or a single board computer. See the [[./installmethods.html][list of installation methods]]. You can also use it to [[./mesh.html][set up a mesh network]] in your local area.
|
||||
|
@ -21,7 +21,5 @@ If you find bugs, or want to add a new app to this system see the [[./devguide.h
|
|||
|
||||
If you like this project and want to support continued development then [[./support.html][here's what to do]].
|
||||
|
||||
#+attr_html: :width 80px, :height 30px
|
||||
[[http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion][file:images/tor.png]]
|
||||
#+attr_html: :width 80px, :height 30px
|
||||
#+attr_html: :width 5% :height 1% :align center
|
||||
[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2018-04-12 Thu 10:49 -->
|
||||
<!-- 2018-04-12 Thu 11:02 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
|
@ -145,13 +145,12 @@ for the JavaScript code in this tag.
|
|||
</div>
|
||||
<div id="content">
|
||||
<h1 class="title"></h1>
|
||||
<div class="center">
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/logo.png" alt="logo.png" />
|
||||
<p><img src="images/logo.png" alt="logo.png" width="50%" height="10%" align="center" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
So you want to run your own internet services? Email, chat, VoIP, web sites, file synchronisation, wikis, blogs, social networks, media hosting, backups, VPN. Freedombone is a home server system which enables you to self-host all of these things.
|
||||
</p>
|
||||
|
@ -178,12 +177,7 @@ If you like this project and want to support continued development then <a href=
|
|||
|
||||
|
||||
<div class="figure">
|
||||
<p><a href="http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion" width="80px," height="30px"><img src="images/tor.png" alt="tor.png" width="80px," height="30px" /></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="figure">
|
||||
<p><a href="https://www.gnu.org/licenses/fdl-1.3.txt" width="80px," height="30px"><img src="images/gfdl.png" alt="gfdl.png" width="80px," height="30px" /></a>
|
||||
<p><a href="https://www.gnu.org/licenses/fdl-1.3.txt" width="5%" height="1%" align="center"><img src="images/gfdl.png" alt="gfdl.png" width="5%" height="1%" align="center" /></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue