diff options
author | elijah <elijah@riseup.net> | 2016-09-16 14:02:32 -0700 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-22 11:40:11 -0400 |
commit | 073393af311d36c8ca7570ff0d3f0a3117c0b544 (patch) | |
tree | e59286ac350ba17110392f53b6e48bcedfd12ef1 /www/app/index.html | |
parent | ae5a20d059209f2027c05820dc3b4cfe7346c8a8 (diff) |
[pkg] rename www to ui
Diffstat (limited to 'www/app/index.html')
-rw-r--r-- | www/app/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/app/index.html b/www/app/index.html deleted file mode 100644 index 440e0b6f..00000000 --- a/www/app/index.html +++ /dev/null @@ -1,13 +0,0 @@ -<!doctype html> -<html> - <head> - <meta charset="UTF-8"> - <title>Bitmask</title> - <link rel="stylesheet" href="css/bootstrap.min.css"> - <link rel="stylesheet" href="css/common.css"> - </head> - <body> - <div id="app"></div> - <script src="app.bundle.js"></script> - </body> -</html>
\ No newline at end of file |