diff options
author | Florrie <towerofnix@gmail.com> | 2019-03-24 13:45:28 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-03-24 13:45:28 -0300 |
commit | 0afb52b55a45326e3d3298442c54cfd34ee8cbb6 (patch) | |
tree | 145f449f6c15c04b2aaa0f32f0c4c9be0d54c0d7 /extension/popup/index.html | |
parent | bcd073c5aa5498035175910f571a081bd52cf9be (diff) |
Make styles...nicer
Diffstat (limited to 'extension/popup/index.html')
-rw-r--r-- | extension/popup/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/popup/index.html b/extension/popup/index.html index e7d1cb9..a287345 100644 --- a/extension/popup/index.html +++ b/extension/popup/index.html @@ -6,6 +6,7 @@ <link rel="stylesheet" href="style.css"> </head> <body> + <h1>Interactive BGM</h1> <div class="screen visible" id="loading-screen"> <p>Loading...</p> </div> |