summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8ad0df0..4330af6 100644
--- a/index.html
+++ b/index.html
@@ -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>