Image we have the following code:
<script>
var TOKEN="abcdef";
</script>| Getting the Source | |
| $ cd ~/source | |
| $ curl -L -O http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz | |
| $ tar -zxvf lame-3.99.5.tar.gz | |
| $ rm -r lame-3.99.5.tar.gz | |
| $ cd lame-3.99.5 | |
| Installing | |
| $ ./configure | |
| $ make |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>Holy Grail</title> | |
| <style> | |
| /* some basic styles. nothing to do with flexbox */ | |
| header, footer, | |
| nav, article, aside { | |
| border: 1px solid black; |