mirror of
https://github.com/usetrmnl/trmnl-firefox.git
synced 2026-08-13 23:18:13 -07:00
17 lines
397 B
HTML
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>
|