Skip to content

Commit

Permalink
fix webUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedmigo committed Jan 30, 2019
1 parent 089fd43 commit 64a3171
Show file tree
Hide file tree
Showing 49 changed files with 21,269 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en" style=" border-radius: 7px;">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="/src/bootstrap/css/bootstrap.min.css"></link> -->
<title>Overrideit</title>
</head>

<body style=" margin: 0px;
text-align: center;
font-family: 'Verdana';
background-color:#ededed;
-webkit-app-region: drag;
">
<div id="app"></div>
<script type="text/javascript" src="index_bundle.js"></script>
</body>

</html>
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 64a3171

Please sign in to comment.