Skip to content

Commit

Permalink
Update Translator.html
Browse files Browse the repository at this point in the history
  • Loading branch information
3Samourai authored Aug 6, 2020
1 parent 10e598f commit 79d23c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions popup/Translator.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
min-width: 200px;
min-height: 50px;
text-align: center;
border-radius: 20px;
margin: 10px;
}
</style>
</head>
<body>
<div class="panel">
<button id="btn">Translate</button>
</div>
<script src="Translator.js"></script>
<script src="Translator.js"></script>
</body>
</html>
</html>

0 comments on commit 79d23c2

Please sign in to comment.