Heading
This commit is contained in:
parent
8c7d42d7c8
commit
6ccd422ffb
|
@ -1,18 +1,16 @@
|
|||
#+TITLE:
|
||||
#+AUTHOR: Bob Mottram
|
||||
#+EMAIL: bob@freedombone.net
|
||||
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
|
||||
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
|
||||
#+KEYWORDS: mesh, network, freedombone
|
||||
#+DESCRIPTION: How to use the Freedombone mesh network
|
||||
#+OPTIONS: ^:nil toc:nil
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
|
||||
|
||||
#+BEGIN_CENTER
|
||||
#+attr_html: :width 80% :height 10% :align center
|
||||
[[file:images/logo.png]]
|
||||
#+END_CENTER
|
||||
|
||||
#+begin_export html
|
||||
<center><h1>Mesh Network: How to use it</h1></center>
|
||||
#+end_export
|
||||
#+attr_html :align center
|
||||
<h1>Mesh Network: How to use it</h1>
|
||||
|
||||
* [[Boot trouble]]
|
||||
* [[Set the Date]]
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2018-04-12 Thu 11:17 -->
|
||||
<!-- 2018-04-12 Thu 11:27 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
<meta name="description" content="Turn the Beaglebone Black into a personal communications server"
|
||||
<meta name="description" content="How to use the Freedombone mesh network"
|
||||
/>
|
||||
<meta name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
|
||||
<meta name="keywords" content="mesh, network, freedombone" />
|
||||
<style type="text/css">
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
.title { text-align: center; }
|
||||
|
@ -145,21 +145,17 @@ 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="80%" height="10%" align="center" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="export">
|
||||
<p>
|
||||
<center><h1>Mesh Network: How to use it</h1></center>
|
||||
#+attr_html :align center
|
||||
<h1>Mesh Network: How to use it</h1>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<ul class="org-ul">
|
||||
<li><a href="#sec-1">Boot trouble</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue