18 lines
499 B
HTML
18 lines
499 B
HTML
<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>
|