2021-04-12 06:18:30 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" id="viewport" content="width=device-width" />
|
2021-06-30 19:55:56 +02:00
|
|
|
<link href="deck-options-base.css" rel="stylesheet" />
|
|
|
|
<link href="deck-options.css" rel="stylesheet" />
|
2021-04-12 06:18:30 +02:00
|
|
|
<script src="../js/vendor/bootstrap.bundle.min.js"></script>
|
2021-06-30 19:55:56 +02:00
|
|
|
<script src="deck-options.js"></script>
|
2021-04-12 06:18:30 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main"></div>
|
|
|
|
|
|
|
|
<script>
|
2021-04-22 02:55:32 +02:00
|
|
|
if (window.location.hash.startsWith("#test")) {
|
2021-04-25 10:40:02 +02:00
|
|
|
anki.deckOptions(document.getElementById("main"), 1);
|
2021-04-22 02:55:32 +02:00
|
|
|
}
|
2021-04-12 06:18:30 +02:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|