diff options
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> |
