Files
trmnl-firefox/panel.html
T

17 lines
397 B
HTML

<!doctype html>
<html>
<head>
<title>TRMNL Panel</title>
</head>
<body>
<h1>TRMNL DevTools Panel</h1>
<div id="currentEnv">Current Environment: Loading...</div>
<button id="devButton">Set Development Environment</button>
<button id="prodButton">Set Production Environment</button>
<script src="panel.js"></script>
</body>
</html>