html/index
This commit is contained in:
parent
feb274c25a
commit
5ed754e3a5
3 changed files with 26 additions and 0 deletions
|
@ -36,6 +36,7 @@ RTFD
|
|||
public/gnupg/index
|
||||
public/gource/index
|
||||
public/grub/index
|
||||
public/html/index
|
||||
public/ifupdown2/index
|
||||
public/imagemagick/index
|
||||
public/isc-dhcp-server/index
|
||||
|
|
19
rtfd/public/html/index.html
Normal file
19
rtfd/public/html/index.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Head 1</h1>
|
||||
|
||||
<p>Paragraph.</p>
|
||||
|
||||
<time>Time.</time>
|
||||
|
||||
<footer>Footer.</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
6
rtfd/public/html/index.rst
Normal file
6
rtfd/public/html/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
****
|
||||
html
|
||||
****
|
||||
|
||||
.. literalinclude:: index.html
|
||||
:language: html
|
Loading…
Add table
Add a link
Reference in a new issue