summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index e749a30..52e3292 100644
--- a/index.html
+++ b/index.html
@@ -20,10 +20,10 @@ body {
}
#header {
position: absolute;
- top: 0; left: 0;
+ bottom: 0; left: 0;
width: 100%;
color: #000;
- font-size: 32px;
+ font-size: 16px;
font-weight: 100;
text-align: center;
padding-top: 20px;
@@ -31,7 +31,7 @@ body {
</style>
</head>
<body>
-<div id="header">AMBIENT MUSIC FOR WHISTLEBLOWERS</div>
+<div id="header">click and drag to make applause!</div>
</body>
<script src='bundle.js'></script>
</html>