diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 14:48:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 14:48:04 +0200 |
| commit | f79f9af5792b683fcef6f52175680a1cdb984943 (patch) | |
| tree | f777fcdc33048f965ae408563121641f335ed859 /index.html | |
| parent | 90cc6bd054d693b8da8a816da557c51fa53e20d3 (diff) | |
adding emoji
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -17,9 +17,20 @@ body { transition: background-color 100ms; user-select: none; } +#header { + position: absolute; + top: 0; left: 0; + width: 100%; + color: #000; + font-size: 32px; + font-weight: 100; + text-align: center; + padding-top: 20px; +} </style> </head> <body> +<div id="header">AMBIENT MUSIC FOR WHISTLEBLOWERS</div> </body> <script src='bundle.js'></script> </html> |
