ruffle/web/extension/build/popup.html

25 lines
521 B
HTML

<!DOCTYPE html>
<title>Ruffle Settings</title>
<script type="text/javascript" src="dist/popup.js"></script>
<style>
body {
margin: 12px;
text-align: center;
}
img {
text-align: center;
margin: 8px 4px;
}
</style>
<img src="logo/328.png" alt="Ruffle" width="200">
<p><span id="ruffle_status">Loading...</span></p>
<form>
<label>
<input type="checkbox" checked name="ruffle_enable" id="ruffle_enable">
Play Flash content in Ruffle
</label>
</form>