20 lines
483 B
HTML
20 lines
483 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>AI Details</title>
|
|
<link rel="stylesheet" href="options/bulma.css">
|
|
</head>
|
|
<body>
|
|
<section class="section">
|
|
<div class="container">
|
|
<h1 class="title" id="subject"></h1>
|
|
<div id="rules"></div>
|
|
<div class="buttons mt-4">
|
|
<button class="button is-danger" id="clear">Clear Cache</button>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<script src="details.js"></script>
|
|
</body>
|
|
</html>
|