summary refs log tree commit diff stats
path: root/src/org/super_secret.org
blob: b892d015b6c995b5df44489d8411d8f7cf66a025 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#+TITLE: SUPER SECRET WEBSITE
#+AUTHOR: Crystal
#+OPTIONS: ^:{}
#+OPTIONS: num:nil
#+EXPORT_FILE_NAME: ../../super_secret.html
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="src/css/colors.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="src/css/style.css"/>
#+OPTIONS: html-style:nil
#+OPTIONS: toc:nil
#+BEGIN_EXPORT HTML
<div class="smurf">
#+END_EXPORT

[[./src/gifs/smurf.jpg]]
#+BEGIN_EXPORT HTML
</div>
#+END_EXPORT


#+BEGIN_EXPORT HTML
<audio controls autoplay loop>
  <source src="./src/media/welive.mp3" type="audio/mpeg">
  Your browser does not support the audio element.
</audio>
#+END_EXPORT