Working version
This commit is contained in:
17
popup/history.html
Normal file
17
popup/history.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Widevine L3 Guessor - History</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="history">
|
||||
<a href="./main.html"><button>🔙 Back</button></a>
|
||||
<button id="saveHistory">💾 Save History</button>
|
||||
<button id="clearHistory">❌ Clear History</button>
|
||||
<div id="histDisp"></div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="/libs/jsonview.js"></script>
|
||||
<script src="./history.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user